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
|
|
@ -19,9 +19,9 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||
if ( !defined ('ALLOWED')) die('Forbidden');
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_iradio.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_ifile.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_http_input.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/iradio.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/ifile.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/http_input.class.php';
|
||||
$http=new HttpInput();
|
||||
/*!\file
|
||||
* \brief restaure a database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue