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
|
|
@ -55,7 +55,6 @@ $Jrn->get_name();
|
|||
$User=new User($cn);
|
||||
$User->Check();
|
||||
$User->check_dossier($gDossier);
|
||||
$User->can_request(IMPJRN,0);
|
||||
|
||||
// Security
|
||||
if ( $_GET['jrn_id']!=0 && $User->check_jrn($_GET['jrn_id']) == 'X' )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue