mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update login.php
This commit is contained in:
parent
c6ea3769a6
commit
bc9f370d99
@ -6,6 +6,7 @@ define('BB_SCRIPT', 'login');
|
|||||||
define('BB_ROOT', './');
|
define('BB_ROOT', './');
|
||||||
require(BB_ROOT .'common.php');
|
require(BB_ROOT .'common.php');
|
||||||
|
|
||||||
|
send_no_cache_headers();
|
||||||
array_deep($_POST, 'trim');
|
array_deep($_POST, 'trim');
|
||||||
|
|
||||||
$user->session_start();
|
$user->session_start();
|
||||||
|
Loading…
Reference in New Issue
Block a user