ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/modules.php File Reference

Go to the source code of this file.

Namespaces

namespace  admin

Variables

 $set = (isset($_GET['set']) ? $_GET['set'] : (isset($_POST['set']) ? $_POST['set'] : ''))
 $is_ssl_protected = (substr(HTTP_SERVER, 0, 5) == 'https') ? TRUE : FALSE
if(zen_not_null($set)) $action = (isset($_GET['action']) ? $_GET['action'] : '')
 if (zen_not_null($action))
 $file_extension = substr($PHP_SELF, strrpos($PHP_SELF, '.'))
 $directory_array = array()
if($dir=@dir($module_directory)) $installed_modules = array()
 $check
 $heading = array()
 $contents = array()

Variable Documentation

if (zen_not_null($set)) $action = (isset($_GET['action']) ? $_GET['action'] : '')

Definition at line 53 of file modules.php.

$check
Initial value:
 $db->Execute("select configuration_value
                         from " . TABLE_CONFIGURATION . "
                         where configuration_key = '" . zen_db_input($module_key) . "'")

Definition at line 264 of file modules.php.

$contents = array()

Definition at line 291 of file modules.php.

$directory_array = array()

Definition at line 170 of file modules.php.

$file_extension = substr($PHP_SELF, strrpos($PHP_SELF, '.'))

Definition at line 169 of file modules.php.

$heading = array()

Definition at line 290 of file modules.php.

if ($dir=@dir($module_directory)) $installed_modules = array()

Definition at line 183 of file modules.php.

$is_ssl_protected = (substr(HTTP_SERVER, 0, 5) == 'https') ? TRUE : FALSE

Definition at line 14 of file modules.php.

$set = (isset($_GET['set']) ? $_GET['set'] : (isset($_POST['set']) ? $_POST['set'] : ''))

Definition at line 12 of file modules.php.

switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents)))

Definition at line 55 of file modules.php.

 All Data Structures Namespaces Files Functions Variables Enumerations