summaryrefslogtreecommitdiff
path: root/public_html/vfs_bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'public_html/vfs_bootstrap.php')
-rw-r--r--public_html/vfs_bootstrap.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/public_html/vfs_bootstrap.php b/public_html/vfs_bootstrap.php
index 13dab22..26be764 100644
--- a/public_html/vfs_bootstrap.php
+++ b/public_html/vfs_bootstrap.php
@@ -25,6 +25,11 @@ if ( ! defined(HOST) )
if ( ! defined(DOMAIN) )
define('DOMAIN', SCHEME . HOST);
+# define session name
+if ( ! defined(VFS_SESSION) )
+ define('VFS_SESSION', 'VFSSID');
+
+# define include path for vfs-class files
if ( ! defined(VFS_CLASS) )
define('VFS_CLASS', 'class/');