From 3ebe503ad1910a84a279504d0ce9c24b61d6522c Mon Sep 17 00:00:00 2001 From: Zaxar163 <35835496+Zaxar163@users.noreply.github.com> Date: Mon, 5 Nov 2018 12:45:57 +0300 Subject: [PATCH] Update dle.php --- compat/auth/dle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/auth/dle.php b/compat/auth/dle.php index d55e564d..bc4a7cec 100644 --- a/compat/auth/dle.php +++ b/compat/auth/dle.php @@ -12,7 +12,7 @@ $auth = [ if( isset( $auth['login'] ) AND isset( $auth['password'] ) ) { define( 'DATALIFEENGINE', true ); - require_once( __DIR__ . '/engine/classes/mysql.php' ); + require( __DIR__ . '/engine/classes/mysql.php' ); require_once( __DIR__ . '/engine/data/dbconfig.php' ); $auth['login'] = $db->safesql( $auth['login'] );