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
|
|
@ -3,7 +3,7 @@
|
|||
//see licence.txt
|
||||
|
||||
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||
require_once NOALYSS_INCLUDE.'/class/class_anc_acc_list.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/anc_acc_list.class.php';
|
||||
echo '<div class="content">';
|
||||
$tab = new Anc_Acc_List($cn);
|
||||
$tab->get_request();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue