json_return_and_dir isn't a thing
This commit is contained in:
parent
74b8a38645
commit
5a8be68900
@ -281,7 +281,7 @@ function post_init(&$a) {
|
|||||||
|
|
||||||
if($test) {
|
if($test) {
|
||||||
$ret['message'] .= 'auth failure fallthrough ' . print_r($_REQUEST,true) . print_r($j,true) . EOL;
|
$ret['message'] .= 'auth failure fallthrough ' . print_r($_REQUEST,true) . print_r($j,true) . EOL;
|
||||||
json_return_and_dir($ret);
|
json_return_and_die($ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(strstr($desturl,z_root() . '/rmagic'))
|
if(strstr($desturl,z_root() . '/rmagic'))
|
||||||
|
Reference in New Issue
Block a user