This is what happens when you commit without testing

This commit is contained in:
Rob Thomas 2018-03-16 05:56:55 +00:00
parent 71a42842f1
commit a94f015136

View File

@ -35,7 +35,7 @@ class Spamadmin extends CI_Controller
{ {
$_SERVER['PHP_AUTH_USER'] = ""; $_SERVER['PHP_AUTH_USER'] = "";
} }
if (empty($$_SERVER['PHP_AUTH_PW'])) if (empty($_SERVER['PHP_AUTH_PW']))
{ {
$_SERVER['PHP_AUTH_PW'] = ""; $_SERVER['PHP_AUTH_PW'] = "";
} }