Code cleaning : split database into database (for noalyss) and databasecore ,
with the functions
This commit is contained in:
parent
a99d1e16fe
commit
2e74ca5bdf
109 changed files with 623 additions and 608 deletions
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
require_once '../include/constant.php';
|
||||
require_once ("lib/ac_common.php");
|
||||
require_once('lib/database.class.php');
|
||||
require_once('class/database.class.php');
|
||||
session_unset();
|
||||
|
||||
html_page_start("classic");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue