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

@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with PhpCompta; if not, write to the Free Software
*/
/* $Revision$ */
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
@ -51,7 +51,6 @@ $rep=new Database($gDossier);
$User=new User($rep);
$User->Check();
$User->can_request(PARRAP,1);
$cn=new Database($gDossier);