diff options
| author | Horus3 | 2014-09-18 14:30:01 +0200 |
|---|---|---|
| committer | Horus3 | 2014-09-18 14:30:01 +0200 |
| commit | 549f9ae5de4943e347c4d2810d795d00d53e76c8 (patch) | |
| tree | 630ded5ca47335743534f0c75ba565975875585b /public_html/vfs_config.php | |
| parent | e2e66e5ebb845f96703fbdacabfd0b75b29b705c (diff) | |
| download | vfs-549f9ae5de4943e347c4d2810d795d00d53e76c8.tar.gz | |
bootstrap file
Diffstat (limited to 'public_html/vfs_config.php')
| -rw-r--r-- | public_html/vfs_config.php | 3 |
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'); |
