diff options
| -rw-r--r-- | www/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/setup.php b/www/setup.php index ea56795..c848a80 100644 --- a/www/setup.php +++ b/www/setup.php @@ -30,7 +30,7 @@ if($bool){ $cleartext_password="password"; $email="admin@iamfabulous.de"; $pepper = file_get_contents("../database/pepper.txt"); - if(!isset($pepper)){ + if(!$pepper){ echo "There is no pepper in '../database/pepper.txt'! <br> Please generate one manually and run this script again."; exit; } |
