Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

admin_repo.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

 $rep = DbConnect()
 $User = new cl_user($rep)
 return
 $pass5 = md5($_POST['PASS'])
 $Res
 $cn = GetAllUser()
 $compteur = 0
 $dos = trim($_POST["DATABASE"])
 exit
 $desc = FormatString($_POST["DESCRIPTION"])
 $l_id = GetDbId($dos)
 $template = ""
else $cl = 'class="even"'
 $count = pg_NumRows($Res)
 $mod_desc = FormatString($_POST["FMOD_DESC"])
 $cn_mod = dbconnect($l_id,'mod')
 $a_seq = array('s_jrn','s_jrn_op','s_centralized','s_stock_goods')
 $sql = "select jrn_def_id from jrn_def "
 $Max = pg_NumRows($Res)
 $available = ""


Detailed Description

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

Definition in file admin_repo.php.


Variable Documentation

$a_seq = array('s_jrn','s_jrn_op','s_centralized','s_stock_goods')
 

Definition at line 226 of file admin_repo.php.

$available = ""
 

Definition at line 278 of file admin_repo.php.

else $cl = 'class="even"'
 

Definition at line 149 of file admin_repo.php.

$cn = GetAllUser()
 

Definition at line 65 of file admin_repo.php.

$cn_mod = dbconnect($l_id,'mod')
 

Definition at line 217 of file admin_repo.php.

$compteur = 0
 

Definition at line 67 of file admin_repo.php.

$count = pg_NumRows($Res)
 

Definition at line 163 of file admin_repo.php.

Referenced by GetNumberLine(), ListJrn(), Cpdf::o_page(), and UpdateCSV().

$desc = FormatString($_POST["DESCRIPTION"])
 

Definition at line 119 of file admin_repo.php.

Referenced by action::Confirm(), action::Display(), and u_ShowDossier().

$dos = trim($_POST["DATABASE"])
 

Definition at line 114 of file admin_repo.php.

$l_id = GetDbId($dos)
 

Definition at line 124 of file admin_repo.php.

Referenced by GetData(), and ViewJrn().

$Max = pg_NumRows($Res)
 

Definition at line 233 of file admin_repo.php.

$mod_desc = FormatString($_POST["FMOD_DESC"])
 

Definition at line 203 of file admin_repo.php.

$pass5 = md5($_POST['PASS'])
 

Definition at line 59 of file admin_repo.php.

Referenced by cl_user::Admin(), and cl_user::Check().

$rep = DbConnect()
 

Definition at line 31 of file admin_repo.php.

$Res
 

Initial value:

ExecSql($cn,"insert into ac_users(use_first_name,use_name,use_login,use_active,use_pass)
                    values ('".$_POST["FNAME"]."','".$_POST["LNAME"]."','".$_POST["LOGIN"]."',1,'$pass5')")

Definition at line 60 of file admin_repo.php.

$sql = "select jrn_def_id from jrn_def "
 

Definition at line 231 of file admin_repo.php.

$template = ""
 

Definition at line 140 of file admin_repo.php.

$User = new cl_user($rep)
 

Definition at line 33 of file admin_repo.php.

exit
 

Definition at line 117 of file admin_repo.php.

return
 

Definition at line 42 of file admin_repo.php.