mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-04 15:31:53 +03:00
Update dle.php
This commit is contained in:
parent
9a3254753d
commit
3ebe503ad1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ $auth = [
|
||||||
if( isset( $auth['login'] ) AND isset( $auth['password'] ) ) {
|
if( isset( $auth['login'] ) AND isset( $auth['password'] ) ) {
|
||||||
|
|
||||||
define( 'DATALIFEENGINE', true );
|
define( 'DATALIFEENGINE', true );
|
||||||
require_once( __DIR__ . '/engine/classes/mysql.php' );
|
require( __DIR__ . '/engine/classes/mysql.php' );
|
||||||
require_once( __DIR__ . '/engine/data/dbconfig.php' );
|
require_once( __DIR__ . '/engine/data/dbconfig.php' );
|
||||||
|
|
||||||
$auth['login'] = $db->safesql( $auth['login'] );
|
$auth['login'] = $db->safesql( $auth['login'] );
|
||||||
|
|
Loading…
Reference in a new issue