diff options
| author | Horus3 | 2014-09-22 20:28:25 +0200 |
|---|---|---|
| committer | Horus3 | 2014-09-22 20:28:25 +0200 |
| commit | 9e1b66f564659de67f8eb6c44b12ef0050c31970 (patch) | |
| tree | ca5e661962ec9168bb6edc8de0a5e911c96ecfcb /public_html/vfs_bootstrap.php | |
| parent | 9c814f9b2859ea41ee18230a32008bb757d10ef3 (diff) | |
| download | vfs-9e1b66f564659de67f8eb6c44b12ef0050c31970.tar.gz | |
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'); |
