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
|
|
@ -26,8 +26,8 @@ if ( !defined ('ALLOWED')) die('Forbidden');
|
|||
* action=user_mgt
|
||||
*
|
||||
*/
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_sort_table.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_http_input.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/sort_table.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/http_input.class.php';
|
||||
$http=new HttpInput();
|
||||
echo '<div class="content" style="width:80%;margin-left:10%">';
|
||||
/******************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue