Change menu code , replace CFG by C0 or C1 , new standard

This commit is contained in:
sparkyx 2024-08-09 21:11:21 +02:00
parent b1896b410f
commit a618ef4a44
30 changed files with 62 additions and 42 deletions

View file

@ -23,7 +23,7 @@
*/
require_once NOALYSS_INCLUDE.'/lib/ac_common.php';
if ( $g_user->check_module("CFGDOC") == 0 ) exit();
if ( $g_user->check_module("C0DOC") == 0 ) exit();
// retrieve the document
$r=$cn->exec_sql("select md_id,md_lob,md_filename,md_mimetype
from document_modele where md_id=$1",array($_REQUEST['md_id']));