Security remove all $user->can_request except for extension
This commit is contained in:
parent
ecafd644a3
commit
4cee45d624
23 changed files with 16 additions and 129 deletions
|
|
@ -36,8 +36,6 @@ $cn=new Database($gDossier);
|
|||
$rep=new Database();
|
||||
include_once ("class_user.php");
|
||||
$User=new User($rep);
|
||||
// Check Priv
|
||||
$User->can_request(PARSEC,1);
|
||||
|
||||
//-----------------------------------------------------
|
||||
// Get User's info
|
||||
|
|
@ -128,7 +126,7 @@ for ($e=0;$e < Database::num_row($Res);$e++)
|
|||
break;
|
||||
case 'O':
|
||||
/**
|
||||
*non implemente
|
||||
*non implemente
|
||||
*/
|
||||
$pdf->Cell(30,6,"Opérations prédéfinies uniquement");
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue