aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Thomas <xrobau@gmail.com>2018-03-16 05:56:55 +0000
committerRob Thomas <xrobau@gmail.com>2018-03-16 05:56:55 +0000
commita94f015136131af432090ab85e6a6fb2728fedc7 (patch)
treee17a8c2006955e354543eef994e3d515974813dd
parent71a42842f181739366d2937b8d75df980b85c342 (diff)
downloadstikked-fit-a94f015136131af432090ab85e6a6fb2728fedc7.tar.gz
stikked-fit-a94f015136131af432090ab85e6a6fb2728fedc7.tar.bz2
stikked-fit-a94f015136131af432090ab85e6a6fb2728fedc7.zip
This is what happens when you commit without testing
-rw-r--r--htdocs/application/controllers/Spamadmin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/application/controllers/Spamadmin.php b/htdocs/application/controllers/Spamadmin.php
index 8b96255..8bd9682 100644
--- a/htdocs/application/controllers/Spamadmin.php
+++ b/htdocs/application/controllers/Spamadmin.php
@@ -35,7 +35,7 @@ class Spamadmin extends CI_Controller
{
$_SERVER['PHP_AUTH_USER'] = "";
}
- if (empty($$_SERVER['PHP_AUTH_PW']))
+ if (empty($_SERVER['PHP_AUTH_PW']))
{
$_SERVER['PHP_AUTH_PW'] = "";
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy