From 2e3b69609088e37f5a716cfc8ad752f5ff0e7a90 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Fri, 19 Sep 2014 19:07:37 +0200 Subject: class vfsuser --- public_html/vfs_bootstrap.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public_html/vfs_bootstrap.php') 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/'); -- cgit v1.2.3