Update dle.php

This commit is contained in:
Zaxar163 2018-11-05 12:45:57 +03:00 committed by GitHub
parent 9a3254753d
commit 3ebe503ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'] );