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:
parent
8110fa8042
commit
60bca3f503
6 changed files with 7 additions and 69 deletions
|
|
@ -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')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue