Finished up session class rework and testing
This commit is contained in:
parent
f1ecc27029
commit
35d03eb719
4 changed files with 105 additions and 10 deletions
|
@ -14,6 +14,7 @@ if (!defined('SITE_PATH'))
|
|||
define('SECURITY_LEVEL_USER', 10);
|
||||
define('SECURITY_LEVEL_ADMIN', 20);
|
||||
define('SITE_PATH', org\bovigo\vfs\vfsStream::url('site/'));
|
||||
define('IS_CLI', false);
|
||||
}
|
||||
|
||||
require_once 'pickles.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue