noalyss Version-9
Variables
install.php File Reference

This file permit to upgrade a version of NOALYSS , it should be used and immediately delete after an upgrade. This file is included in each release for a new upgrade. More...

Go to the source code of this file.

Variables

 $a_need_module =array("mbstring","pgsql","bcmath","gettext","zip","gd","dom","xml","SimpleXML","xmlwriter","xmlreader")
 
 $cadmin =$http->request("cadmin","string", "admin")
 
 $cpassword_admin =$http->request("cpassword_admin","string", "phpcompta")
 
 $cpath =$http->request("cpath","string", "/usr/bin")
 
 $ctmp =$http->request("ctmp","string", "/tmp")
 
 $db_host =$http->request("chost","string", "")
 
 $db_name =$http->request("cdbname", "string","")
 
 $db_password =$http->request("cpasswd","string", "")
 
 $db_port =$http->request("cport","string", "")
 
 $db_user =$http->request("cuser","string", "")
 
 $fatal =0
 
 $flag =0
 
 $flag_php =0
 
 $http =new HttpInput()
 
 $inc_path =get_include_path()
 
 $locale =$http->request("clocale","string", "1")
 
 $majeur =explode(".",$version)
 
foreach(array('magic_quotes_gpc', 'magic_quotes_runtime') as $a) $module =get_loaded_extensions()
 
 $multi =$http->request("multi","string", "N")
 
 $nb_need_module =count($a_need_module)
 
global $os =1
 
 $rep =new Database()
 
 $Res =$cn->count_sql($sql)
 
 $sql
 
 $str_error_message =_('Vous devez installer ou activer l\'extension').'<span style="font-weight:bold"> %s </span>'
 
 $succeed ="<span style=\"font-size:18px;color:green\">&#x2713;</span>"
 
 $version =$cn->get_value($sql)
 
const ALLOWED (! isset($_POST['go'])) 1
 
const ALLOWED_ADMIN 1
 
 domaine
 
if(strpos($inc_path,";") !=0) else
 
 if (! isset( $_GET[ 'lang']))
 
 if ($_GET[ 'lang']=="en_US.utf8"||$_GET[ 'lang']=='fr_FR.utf8')
 
 NOALYSS_ADMINISTRATOR
 

Detailed Description

This file permit to upgrade a version of NOALYSS , it should be used and immediately delete after an upgrade. This file is included in each release for a new upgrade.

Definition in file install.php.

Variable Documentation

◆ $a_need_module

$a_need_module =array("mbstring","pgsql","bcmath","gettext","zip","gd","dom","xml","SimpleXML","xmlwriter","xmlreader")

Definition at line 414 of file install.php.

◆ $cadmin

$cadmin =$http->request("cadmin","string", "admin")

Definition at line 207 of file install.php.

Referenced by config_file_form(), and display_file_config().

◆ $cpassword_admin

$cpassword_admin =$http->request("cpassword_admin","string", "phpcompta")

Definition at line 208 of file install.php.

Referenced by config_file_form(), and display_file_config().

◆ $cpath

$cpath =$http->request("cpath","string", "/usr/bin")

Definition at line 205 of file install.php.

Referenced by config_file_form(), and display_file_config().

◆ $ctmp

$ctmp =$http->request("ctmp","string", "/tmp")

Definition at line 204 of file install.php.

Referenced by config_file_form(), and display_file_config().

◆ $db_host

$db_host =$http->request("chost","string", "")

Definition at line 200 of file install.php.

◆ $db_name

$db_name =$http->request("cdbname", "string","")

Definition at line 206 of file install.php.

◆ $db_password

$db_password =$http->request("cpasswd","string", "")

Definition at line 199 of file install.php.

◆ $db_port

$db_port =$http->request("cport","string", "")

Definition at line 201 of file install.php.

◆ $db_user

$db_user =$http->request("cuser","string", "")

Definition at line 198 of file install.php.

◆ $fatal

$fatal =0

Definition at line 375 of file install.php.

◆ $flag

$flag =0

◆ $flag_php

$flag_php =0

Definition at line 374 of file install.php.

◆ $http

$http =new HttpInput()

Definition at line 197 of file install.php.

◆ $inc_path

$inc_path =get_include_path()

Definition at line 184 of file install.php.

◆ $locale

$locale =$http->request("clocale","string", "1")

Definition at line 203 of file install.php.

◆ $majeur

$majeur =explode(".",$version)

Definition at line 493 of file install.php.

◆ $module

foreach (array( 'magic_quotes_gpc', 'magic_quotes_runtime') as $a) $module =get_loaded_extensions()

Definition at line 410 of file install.php.

Referenced by Extension\insert_profile_menu().

◆ $multi

$multi =$http->request("multi","string", "N")

Definition at line 202 of file install.php.

Referenced by config_file_form(), and display_file_config().

◆ $nb_need_module

$nb_need_module =count($a_need_module)

Definition at line 416 of file install.php.

◆ $os

$os =1

Definition at line 185 of file install.php.

◆ $rep

$rep =new Database()

Definition at line 725 of file install.php.

◆ $Res

$Res =$cn->count_sql($sql)

Definition at line 512 of file install.php.

◆ $sql

$sql
Initial value:
="select name,setting
from pg_settings
where
name in ('effective_cache_size','shared_buffers')"

Definition at line 526 of file install.php.

◆ $str_error_message

$str_error_message =_('Vous devez installer ou activer l\'extension').'<span style="font-weight:bold"> %s </span>'

Definition at line 412 of file install.php.

◆ $succeed

$succeed ="<span style=\"font-size:18px;color:green\">&#x2713;</span>"

Definition at line 183 of file install.php.

Referenced by Database\apply_patch().

◆ $version

$version =$cn->get_value($sql)

Definition at line 490 of file install.php.

Referenced by TTFontFile\extractInfo(), and TTFontFile\getMetrics().

◆ ALLOWED

const ALLOWED(! isset( $_POST[ 'go'])) ( !   isset $_POST[ 'go']) 1

Definition at line 722 of file install.php.

◆ ALLOWED_ADMIN

const ALLOWED_ADMIN 1

Definition at line 723 of file install.php.

◆ domaine

domaine

◆ else

for($e=0;$e< $cn->size();$e++) if ($flag==0) else
Initial value:
{
$new_path=$inc_path.':../../include:addon'
$inc_path
Definition: install.php:184

Definition at line 191 of file install.php.

◆ if [1/2]

if( $Res==0) ( !   isset $_GET[ 'lang'])

Definition at line 122 of file install.php.

◆ if [2/2]

if( $_GET['lang']=="en_US.utf8"|| $_GET['lang']=='fr_FR.utf8') (   $_GET[ 'lang'] = = "en_US.utf8" || $_GET['lang']=='fr_FR.utf8')

Definition at line 151 of file install.php.

◆ NOALYSS_ADMINISTRATOR

NOALYSS_ADMINISTRATOR

Definition at line 735 of file install.php.

Referenced by Dossier\get_user_folder(), Acc_Ledger\test_me(), and Acc_Operation\test_me().