Code Cleaning #0002022: Utilisation d'un autoloader
This commit is contained in:
parent
7e4bb86959
commit
5e4b39edbe
404 changed files with 255 additions and 1156 deletions
|
|
@ -31,20 +31,14 @@
|
|||
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||
if (!defined('ALLOWED')) die('Appel direct ne sont pas permis');
|
||||
include_once("lib/ac_common.php");
|
||||
require_once NOALYSS_INCLUDE . '/class/database.class.php';
|
||||
include_once("class/acc_balance.class.php");
|
||||
require_once NOALYSS_INCLUDE . '/header_print.php';
|
||||
require_once NOALYSS_INCLUDE . '/class/dossier.class.php';
|
||||
require_once NOALYSS_INCLUDE . '/class/pdf.class.php';
|
||||
require_once NOALYSS_INCLUDE . '/class/pdf_land.class.php';
|
||||
require_once NOALYSS_INCLUDE . '/lib/http_input.class.php';
|
||||
$http = new HttpInput();
|
||||
|
||||
$gDossier = dossier::id();
|
||||
bcscale(4);
|
||||
$cn = Dossier::connect();
|
||||
$rep = new Database();
|
||||
require_once NOALYSS_INCLUDE . '/class/user.class.php';
|
||||
$g_user->Check();
|
||||
|
||||
$bal = new Acc_Balance($cn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue