noalyss  Version-9
Variables
upgrade.inc.php File Reference

Upgrade all the database : the central repository , the templates and the folder. More...

Go to the source code of this file.

Variables

if(! defined('ALLOWED_ADMIN')) $http =new HttpInput()
 
 $menu
 
 $sb =$http->request("sb", "string", "application")
 
 $sc =$http->get("sc", "string", "none")
 

Detailed Description

Upgrade all the database : the central repository , the templates and the folder.

Parameters
$repdb connection to central repository

Definition in file upgrade.inc.php.

Variable Documentation

◆ $http

if (! defined( 'ALLOWED_ADMIN')) $http =new HttpInput()

Definition at line 29 of file upgrade.inc.php.

◆ $menu

$menu
Initial value:
=array(
["?action=upgrade&sb=database", _("Base de données"), _("Met à jour toutes les dossiers et modèles"), 'database'],
["?action=upgrade&sb=application", _("Application"), _("Installe la dernière version de Noalyss"), 'application'],
["?action=upgrade&sb=plugin", _("Extension"), _("Installe ou met à jour les extensions"), "plugin"],
["?action=upgrade&sb=template", _("Modèle"), _("Installe des modèles"), "template"]
)

Definition at line 31 of file upgrade.inc.php.

◆ $sb

$sb =$http->request("sb", "string", "application")

Definition at line 37 of file upgrade.inc.php.

◆ $sc

$sc =$http->get("sc", "string", "none")

Definition at line 42 of file upgrade.inc.php.

Referenced by IPoste\dsp_button().