summaryrefslogtreecommitdiff
path: root/public_html/vfs_config.php
diff options
context:
space:
mode:
authorHorus32014-09-18 14:30:01 +0200
committerHorus32014-09-18 14:30:01 +0200
commit549f9ae5de4943e347c4d2810d795d00d53e76c8 (patch)
tree630ded5ca47335743534f0c75ba565975875585b /public_html/vfs_config.php
parente2e66e5ebb845f96703fbdacabfd0b75b29b705c (diff)
downloadvfs-549f9ae5de4943e347c4d2810d795d00d53e76c8.tar.gz
bootstrap file
Diffstat (limited to 'public_html/vfs_config.php')
-rw-r--r--public_html/vfs_config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/public_html/vfs_config.php b/public_html/vfs_config.php
index da0085a..230a3b3 100644
--- a/public_html/vfs_config.php
+++ b/public_html/vfs_config.php
@@ -9,7 +9,8 @@ define('DBCHARSET', 'utf8');
define('DBPREFIX', 'vfs_');
# absolute path
-define('ABSPATH', dirname(__FILE__));
+if( ! defined(ABSPATH) )
+ define('ABSPATH', dirname(__FILE__) . '/');
# file directory
define('FILEPATH', ABSPATH . '/../files');