Updated files
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
{
|
||||
$pdo = new PDO($attr, $user, $pass, $opts);
|
||||
}
|
||||
catch (\PDOException $e)
|
||||
catch (PDOException $e)
|
||||
{
|
||||
throw new \PDOException($e->getMessage(), (int)$e->getCode());
|
||||
throw new PDOException($e->getMessage(), (int)$e->getCode());
|
||||
}
|
||||
|
||||
$user = mysql_fix_string($pdo, $_POST['user']);
|
||||
|
||||
Reference in New Issue
Block a user