mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-18 21:53:26 +02:00
Version 1.4 - Websockets and bug fixes
This commit is contained in:
@@ -108,12 +108,6 @@ if ($conn->connect_error) {
|
||||
die("SQL connection failed: " . $conn->connect_error);
|
||||
}
|
||||
|
||||
if($data->quick == 1) {
|
||||
require_once("quick.php");
|
||||
|
||||
die();
|
||||
}
|
||||
|
||||
$account = $data->account;
|
||||
if($encryption == "sha1")
|
||||
$password = sha1($data->password);
|
||||
|
Reference in New Issue
Block a user