mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed password bug
This commit is contained in:
@@ -205,7 +205,6 @@ else if(isset($_GET['skip'])){ //skip,
|
||||
$pass = htmlspecialchars($_POST['pass']);
|
||||
$x = explode("/", htmlspecialchars(strtolower($_SERVER["REQUEST_URI"])));
|
||||
$pass=crypt($pass, '$6$rounds=9001$'.$x[1].'Fuck0ffuSn34kyn!ggerzZ$');
|
||||
$data['conf']['adminpass'] = $pass;
|
||||
$q = $data["conf"];
|
||||
$q = array_key_exists("adminpass", $q);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user