PEEL Shopping
Open source ecommerce : PEEL Shopping
|
Go to the source code of this file.
Variables | |
const | IN_INSTALLATION 4 |
$GLOBALS ['DOC_TITLE'] = $GLOBALS['STR_ADMIN_INSTALL_STEP4_TITLE'] | |
if(empty($_POST['choixbase'])) | $_SESSION ['session_install_choixbase'] = $_POST['choixbase'] |
if(!select_db($_SESSION['session_install_choixbase'], $GLOBALS['database_object'], true)) | $error = 0 |
$directories_checkup_messages = '' | |
$liste = array($GLOBALS['dirroot'] . "/lib/setup", $GLOBALS['dirroot'] . "/upload", $GLOBALS['dirroot'] . "/upload/thumbs", $GLOBALS['dirroot'] . "/download", $GLOBALS['dirroot'] . "/comparateur", $GLOBALS['dirroot'] . "/cache", $GLOBALS['dirroot'] . "/lib/templateEngines/smarty/compile", $GLOBALS['dirroot'] . "/modules/captcha/security_codes") | |
for($i=0;$i< count($liste);$i++) | $files_checkup_messages = '' |
for($i=0;$i< count($liste);$i++) | $sql = "SHOW TABLES FROM `" . word_real_escape_string($_SESSION['session_install_choixbase']) . "` LIKE 'peel_%'" |
$result = query($sql) | |
$tables_checkup_messages = '' | |
if(num_rows($result) > 0) | else |
$tpl = $GLOBALS['tplEngine']->createTemplate('installation_verifdroits.tpl') | |
$output = $tpl->fetch() | |
if (empty($_POST['choixbase'])) $_SESSION['session_install_choixbase'] = $_POST['choixbase'] |
Definition at line 28 of file verifdroits.php.
$directories_checkup_messages = '' |
Definition at line 34 of file verifdroits.php.
if (!select_db($_SESSION['session_install_choixbase'], $GLOBALS['database_object'], true)) $error = 0 |
Definition at line 33 of file verifdroits.php.
for ($i=0;$i< count($liste);$i++) $files_checkup_messages = '' |
Definition at line 45 of file verifdroits.php.
$GLOBALS['DOC_TITLE'] = $GLOBALS['STR_ADMIN_INSTALL_STEP4_TITLE'] |
Definition at line 18 of file verifdroits.php.
$liste = array($GLOBALS['dirroot'] . "/lib/setup", $GLOBALS['dirroot'] . "/upload", $GLOBALS['dirroot'] . "/upload/thumbs", $GLOBALS['dirroot'] . "/download", $GLOBALS['dirroot'] . "/comparateur", $GLOBALS['dirroot'] . "/cache", $GLOBALS['dirroot'] . "/lib/templateEngines/smarty/compile", $GLOBALS['dirroot'] . "/modules/captcha/security_codes") |
Definition at line 35 of file verifdroits.php.
$output = $tpl->fetch() |
Definition at line 86 of file verifdroits.php.
$result = query($sql) |
Definition at line 57 of file verifdroits.php.
for ($i=0;$i< count($liste);$i++) $sql = "SHOW TABLES FROM `" . word_real_escape_string($_SESSION['session_install_choixbase']) . "` LIKE 'peel_%'" |
Definition at line 56 of file verifdroits.php.
$tables_checkup_messages = '' |
Definition at line 58 of file verifdroits.php.
$tpl = $GLOBALS['tplEngine']->createTemplate('installation_verifdroits.tpl') |
Definition at line 68 of file verifdroits.php.
Definition at line 65 of file verifdroits.php.
const IN_INSTALLATION 4 |
Definition at line 14 of file verifdroits.php.
This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:40 - is a product of SAS. All rights reserved.