Finished up session class rework and testing

This commit is contained in:
Joshua Sherman 2014-01-13 01:39:14 -05:00
parent f1ecc27029
commit 35d03eb719
4 changed files with 105 additions and 10 deletions

View file

@ -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';