mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
This is what happens when you commit without testing
This commit is contained in:
parent
71a42842f1
commit
a94f015136
@ -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'] = "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user