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

Administration of the repository : creation of user, folder, security, templates... Accessible only by the administrator. More...

Go to the source code of this file.

Variables

 $action = $http->request("action","string", "")
 
 $http =new HttpInput()
 
 $rep =new Database()
 
 $User =new Noalyss_user($rep)
 

Detailed Description

Administration of the repository : creation of user, folder, security, templates... Accessible only by the administrator.

Definition in file admin_repo.inc.php.

Variable Documentation

◆ $action

$action = $http->request("action","string", "")

◆ $http

$http =new HttpInput()

Definition at line 32 of file admin_repo.inc.php.

◆ $rep

$rep =new Database()

◆ $User

$User =new Noalyss_user($rep)

Definition at line 36 of file admin_repo.inc.php.