summaryrefslogtreecommitdiff
path: root/public_html/vfs_bootstrap.php
diff options
context:
space:
mode:
authorHorus32014-09-19 19:07:37 +0200
committerHorus32014-09-19 19:07:37 +0200
commit2e3b69609088e37f5a716cfc8ad752f5ff0e7a90 (patch)
treea3ab754789f5647e2b5205f9c37d4a26b71c8240 /public_html/vfs_bootstrap.php
parent7a5041413611d93ea170080d24dcc39a4d44bd35 (diff)
downloadvfs-2e3b69609088e37f5a716cfc8ad752f5ff0e7a90.tar.gz
class vfsuser
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/');