|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $adminDirectoryExists = $installDirectoryExists = FALSE | |
| if(substr(DIR_WS_ADMIN,-7)== '/admin/'||substr(DIR_WS_HTTPS_ADMIN,-7)== '/admin/') | $check_path = dirname($_SERVER['SCRIPT_FILENAME']) . '/../zc_install' |
| if(is_dir($check_path)) | if (!$adminDirectoryExists &&!$installDirectoryExists) |
| $adminDirectoryExists = $installDirectoryExists = FALSE |
Definition at line 9 of file alert_page.php.
| if (substr(DIR_WS_ADMIN,-7)== '/admin/'||substr(DIR_WS_HTTPS_ADMIN,-7)== '/admin/') $check_path = dirname($_SERVER['SCRIPT_FILENAME']) . '/../zc_install' |
Definition at line 14 of file alert_page.php.
Definition at line 19 of file alert_page.php.