|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| if (!defined('IS_ADMIN_FLAG')) | |
| $path = str_replace('\\', '/', dirname($_SERVER['SCRIPT_NAME'])) | |
| $domainPrefix = (!defined('SESSION_ADD_PERIOD_PREFIX') || SESSION_ADD_PERIOD_PREFIX == 'True') ? '.' : '' | |
| $secureFlag = ((ENABLE_SSL_ADMIN == 'true' && substr(HTTP_SERVER, 0, 6) == 'https:' && substr(HTTPS_SERVER, 0, 6) == 'https:') || (ENABLE_SSL_ADMIN == 'false' && substr(HTTP_SERVER, 0, 6) == 'https:')) ? TRUE : FALSE | |
| $session_started = true | |
| $domainPrefix = (!defined('SESSION_ADD_PERIOD_PREFIX') || SESSION_ADD_PERIOD_PREFIX == 'True') ? '.' : '' |
Definition at line 22 of file init_sessions.php.
| $path = str_replace('\\', '/', dirname($_SERVER['SCRIPT_NAME'])) |
Definition at line 19 of file init_sessions.php.
| $secureFlag = ((ENABLE_SSL_ADMIN == 'true' && substr(HTTP_SERVER, 0, 6) == 'https:' && substr(HTTPS_SERVER, 0, 6) == 'https:') || (ENABLE_SSL_ADMIN == 'false' && substr(HTTP_SERVER, 0, 6) == 'https:')) ? TRUE : FALSE |
Definition at line 23 of file init_sessions.php.
| $session_started = true |
Definition at line 33 of file init_sessions.php.
| if(!defined('IS_ADMIN_FLAG')) |
Definition at line 9 of file init_sessions.php.