summaryrefslogtreecommitdiff
path: root/public_html/vfs_config.php
diff options
context:
space:
mode:
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');