diff options
Diffstat (limited to 'public_html/index.php')
| -rw-r--r-- | public_html/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public_html/index.php b/public_html/index.php index 5d705b8..54dfcdc 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -1,3 +1,3 @@ <?php -require('./vfs_config.php'); +require_once( dirname(__FILE__) . '/vfs_bootstrap.php'); |
