diff options
Diffstat (limited to 'public_html/vfs_bootstrap.php')
| -rw-r--r-- | public_html/vfs_bootstrap.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public_html/vfs_bootstrap.php b/public_html/vfs_bootstrap.php index 065c73e..2b8a965 100644 --- a/public_html/vfs_bootstrap.php +++ b/public_html/vfs_bootstrap.php @@ -1,5 +1,5 @@ <?php -# loads the vfs environment +### loads the vfs environment require_once( dirname(__FILE__) . '/vfs_config.php'); @@ -51,6 +51,8 @@ if ( $_SERVER['HTTP_HOST'] != HOST){ require(ABSPATH . 'functions.php'); require(ABSPATH . VFS_CLASS . 'mysql.php'); require(ABSPATH . VFS_CLASS . 'vfsuser.php'); +require(ABSPATH . VFS_CLASS . 'vfsdata.php'); +# first install only if ( file_exists(ABSPATH . 'setup.php') ) require(ABSPATh . 'setup.php'); |
