summaryrefslogtreecommitdiff
path: root/www/functions/func_login.php
diff options
context:
space:
mode:
authoroweissbarth2014-03-14 19:20:01 +0100
committeroweissbarth2014-03-14 19:20:01 +0100
commit20d1d5e53ce7713f7d0beb5f8538b936836ad54c (patch)
tree42694a2239d695b2bfbad4938f2ed3c64a576bf7 /www/functions/func_login.php
parentbef14b7a51b4cf158ca41eb9308da1877696ad4b (diff)
downloadfiles.iamfabulous.de-20d1d5e53ce7713f7d0beb5f8538b936836ad54c.tar.gz
Removed some warnings
Diffstat (limited to 'www/functions/func_login.php')
-rwxr-xr-xwww/functions/func_login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/functions/func_login.php b/www/functions/func_login.php
index 1cdd39d..86caf40 100755
--- a/www/functions/func_login.php
+++ b/www/functions/func_login.php
@@ -45,7 +45,7 @@ function login($db){
return false;
}
} else {
- if($_SESSION["login"]){
+ if(isset($_SESSION["login"])){
header("Refresh: 0; /");
return false;
}