From 0f696dd3eed81e6223d9a5369265ea23cca2bfd1 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Mar 2014 03:08:32 +0100 Subject: Sasuga PHP. Now the security check works. --- www/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/setup.php') 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'!
Please generate one manually and run this script again."; exit; } -- cgit v1.2.3