Move Noalyss_SQL.class.php do the lib folder

This commit is contained in:
Dany De Bontridder 2017-07-13 19:14:26 +02:00
parent 2ac38fc2ea
commit 52a28b01c2
10 changed files with 9 additions and 9 deletions

View file

@ -23,7 +23,7 @@
* @brief Class to manage distribution keys for SQL.
*
*/
require_once NOALYSS_INCLUDE.'/database/noalyss_sql.class.php';
require_once NOALYSS_INCLUDE.'/lib/noalyss_sql.class.php';
/**