more ZAT work

This commit is contained in:
redmatrix
2016-07-14 19:43:47 -07:00
parent e6c8614801
commit f3eb9af046
4 changed files with 37 additions and 3 deletions

View File

@@ -59,7 +59,14 @@ class WebServer {
\App::$query_string = strip_zids(\App::$query_string);
if(! local_channel()) {
$_SESSION['my_address'] = $_GET['zid'];
zid_init($a);
zid_init();
}
}
if((x($_GET,'zat')) && (! \App::$install)) {
\App::$query_string = strip_zats(\App::$query_string);
if(! local_channel()) {
zat_init();
}
}