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

@ -19,7 +19,7 @@
* along with NOALYSS; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
require_once NOALYSS_INCLUDE.'/database/noalyss_sql.class.php';
require_once NOALYSS_INCLUDE.'/lib/noalyss_sql.class.php';
require_once NOALYSS_INCLUDE.'/lib/database.class.php';