Security remove all $user->can_request except for extension

This commit is contained in:
Dany De Bontridder 2011-11-08 19:45:07 +00:00
parent ecafd644a3
commit 4cee45d624
23 changed files with 16 additions and 129 deletions

View file

@ -35,7 +35,6 @@ require_once ('class_user.php');
$User=new User(new Database());
$User->Check();
$User->check_dossier($gDossier);
$User->can_request(GECOUR);
/* Show the document */
if ( $action == 'sh')
{