diff options
| author | Horus3 | 2014-09-18 15:51:24 +0200 |
|---|---|---|
| committer | Horus3 | 2014-09-18 15:51:24 +0200 |
| commit | f39735adc85901a3a2db83d16334ffff66960f65 (patch) | |
| tree | d06114a215f951bf488592ddca7c57a8e48be543 /public_html/vfs_bootstrap.php | |
| parent | 549f9ae5de4943e347c4d2810d795d00d53e76c8 (diff) | |
| download | vfs-f39735adc85901a3a2db83d16334ffff66960f65.tar.gz | |
feature roadmap
Diffstat (limited to 'public_html/vfs_bootstrap.php')
| -rw-r--r-- | public_html/vfs_bootstrap.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public_html/vfs_bootstrap.php b/public_html/vfs_bootstrap.php index d3624aa..341b0aa 100644 --- a/public_html/vfs_bootstrap.php +++ b/public_html/vfs_bootstrap.php @@ -2,5 +2,9 @@ # loads the vfs environment require_once( dirname(__FILE__) . '/vfs_config.php'); + +if ( ! defined(VFS_CLASS) ) + define('VFS_CLASS', 'class/'); + require(ABSPATH . 'functions.php'); -require(ABSPATH . 'class/mysql.php'); +require(ABSPATH . VFS_CLASS . 'mysql.php'); |
