noalyss Version-9
Variables
user_login.php File Reference

Welcome page where the folder and module are choosen. More...

Go to the source code of this file.

Variables

if(strpos( $browser, 'MSIE 6')!=false||strpos( $browser, 'MSIE 5')!=false) if(DEBUGNOALYSS > 1) $ac =new Database()
 
 $browser =$_SERVER['HTTP_USER_AGENT']
 
 $hi =new HttpInput()
 
 $priv =($User->admin==1)?_("Administrateur"):_("Utilisateur")
 
 $rep =new Database()
 
 $res =$User->show_dossier("")
 
 $result =""
 If the user is NOT admin and can access only ONE folder, OR for a One Folder Installation he will be directly redirected to his folder or to the plugins of this folder if he's an "plugin user". More...
 
 $User =new Noalyss_user($rep)
 
if($ac->exist_table( 'version')==false) if(!defined("MULTI")||(defined("MULTI")&&MULTI==1)) else
 
if($version< DBVERSIONREPOif ($User->isAdmin()==1)
 

Detailed Description

Welcome page where the folder and module are choosen.

Definition in file user_login.php.

Variable Documentation

◆ $ac

if(strpos($browser, 'MSIE 6')!=false||strpos($browser, 'MSIE 5')!=false) if (DEBUGNOALYSS > 1) $ac =new Database()

Definition at line 75 of file user_login.php.

◆ $browser

$browser =$_SERVER['HTTP_USER_AGENT']

Definition at line 42 of file user_login.php.

◆ $hi

$hi =new HttpInput()

Definition at line 76 of file user_login.php.

◆ $priv

$priv =($User->admin==1)?_("Administrateur"):_("Utilisateur")

Definition at line 128 of file user_login.php.

◆ $rep

$rep =new Database()

Definition at line 35 of file user_login.php.

◆ $res

$res =$User->show_dossier("")

Definition at line 182 of file user_login.php.

◆ $result

$result =""

If the user is NOT admin and can access only ONE folder, OR for a One Folder Installation he will be directly redirected to his folder or to the plugins of this folder if he's an "plugin user".

Definition at line 140 of file user_login.php.

◆ $User

$User =new Noalyss_user($rep)

Definition at line 38 of file user_login.php.

◆ else

if( $ac->exist_table('version')==false) if (!defined("MULTI")||(defined("MULTI")&&MULTI==1)) else
Initial value:
{
$version = $ac->get_value('select max(val) from repo_version')
$version
Definition: install.php:490
if(strpos( $browser, 'MSIE 6')!=false||strpos( $browser, 'MSIE 5')!=false) if(DEBUGNOALYSS > 1) $ac
Definition: user_login.php:75

Definition at line 90 of file user_login.php.

◆ if

if( $User->admin==0||(defined("MULTI")&&MULTI==0)) ( $User->  isAdmin() = = 1)

Definition at line 102 of file user_login.php.