show_document.php : add security

acc_ledger.js : move get_predef.php to include/ajax_up_predef.php
renaming files
This commit is contained in:
Dany De Bontridder 2011-11-11 15:47:55 +00:00
parent 8110fa8042
commit 60bca3f503
6 changed files with 7 additions and 69 deletions

View file

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