summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorroot2014-03-12 03:08:32 +0100
committerroot2014-03-12 03:08:32 +0100
commit0f696dd3eed81e6223d9a5369265ea23cca2bfd1 (patch)
treec94bfa4900ed75c6b8388fc369b364957a57b649 /www
parent624869c28906d835f3ee325af55d355f701c5124 (diff)
downloadfiles.iamfabulous.de-0f696dd3eed81e6223d9a5369265ea23cca2bfd1.tar.gz
Sasuga PHP. Now the security check works.
Diffstat (limited to 'www')
-rw-r--r--www/setup.php2
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;
}