new coding convention , Change File name : class_ becomes file.class.php
This commit is contained in:
parent
1d5550713f
commit
f84a96033e
355 changed files with 1011 additions and 1011 deletions
|
|
@ -31,11 +31,11 @@
|
|||
|
||||
include_once("../include/constant.php");
|
||||
include_once("lib/ac_common.php");
|
||||
require_once('lib/class_database.php');
|
||||
require_once ('class/class_dossier.php');
|
||||
require_once('lib/class_html_input.php');
|
||||
require_once('lib/database.class.php');
|
||||
require_once ('class/dossier.class.php');
|
||||
require_once('lib/html_input.class.php');
|
||||
require_once ('lib/function_javascript.php');
|
||||
require_once 'class/class_user.php';
|
||||
require_once 'class/user.class.php';
|
||||
load_all_script();
|
||||
$gDossier=HtmlInput::default_value_get('gDossier', -1);
|
||||
if ($gDossier==-1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue