set a default value for $webbie - it's the right thing to do.
This commit is contained in:
parent
718f69c6fc
commit
b1a4dc7d7e
@ -17,6 +17,8 @@ function post_init(&$a) {
|
||||
if(argc() > 1) {
|
||||
$webbie = argv(1);
|
||||
}
|
||||
else
|
||||
$webbie = '';
|
||||
|
||||
if(array_key_exists('auth',$_REQUEST)) {
|
||||
logger('mod_zot: auth request received.');
|
||||
|
Reference in New Issue
Block a user