diff options
| author | root | 2014-03-12 03:08:32 +0100 |
|---|---|---|
| committer | root | 2014-03-12 03:08:32 +0100 |
| commit | 0f696dd3eed81e6223d9a5369265ea23cca2bfd1 (patch) | |
| tree | c94bfa4900ed75c6b8388fc369b364957a57b649 /www | |
| parent | 624869c28906d835f3ee325af55d355f701c5124 (diff) | |
| download | files.iamfabulous.de-0f696dd3eed81e6223d9a5369265ea23cca2bfd1.tar.gz | |
Sasuga PHP. Now the security check works.
Diffstat (limited to 'www')
| -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; } |
