|
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')) | $http_domain = zen_get_top_level_domain(HTTP_SERVER) |
| $https_domain = zen_get_top_level_domain(HTTPS_SERVER) | |
| $cookieDomain = $current_domain = (($request_type == 'NONSSL') ? $http_domain : $https_domain) | |
| $cookieDomain = $current_domain = (($request_type == 'NONSSL') ? $http_domain : $https_domain) |
Definition at line 14 of file init_tlds.php.
| if (!defined('IS_ADMIN_FLAG')) $http_domain = zen_get_top_level_domain(HTTP_SERVER) |
Definition at line 12 of file init_tlds.php.
| $https_domain = zen_get_top_level_domain(HTTPS_SERVER) |
Definition at line 13 of file init_tlds.php.