Fixed syntax error

This commit is contained in:
Daniel Winzen 2019-01-27 18:31:21 +01:00
parent 4aa51f4371
commit 22c687b0e0
No known key found for this signature in database
GPG key ID: 02560D377A8647DB

View file

@ -248,7 +248,7 @@ function send_captcha() {
function check_login(){
global $db;
if(empty($_SESSION['csrf_token']){
if(empty($_SESSION['csrf_token'])){
$_SESSION['csrf_token']=sha1(uniqid());
}
if(empty($_SESSION['hosting_username'])){