more JS=1 weirdness
This commit is contained in:
parent
1d05f922f8
commit
02a58dc5b0
@ -13,7 +13,7 @@ function network_init(&$a) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(count($_GET) < 2) {
|
if((count($_GET) < 2) || (count($_GET) < 3 && $_GET['JS'])) {
|
||||||
$network_options = get_pconfig(local_channel(),'system','network_page_default');
|
$network_options = get_pconfig(local_channel(),'system','network_page_default');
|
||||||
if($network_options)
|
if($network_options)
|
||||||
goaway('network' . '?f=&' . $network_options);
|
goaway('network' . '?f=&' . $network_options);
|
||||||
|
Reference in New Issue
Block a user