wifi scan

This commit is contained in:
2017-07-16 22:34:22 +02:00
parent 357a9b6513
commit 232e8802e2
8 changed files with 218 additions and 34 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ define('BODYCLASS', $_pages[CUR_PAGE]->bodyclass);
/** URL (dev or production) */
function url($name, $root=false) {
global $_pages;
if ($root) return LIVE_ROOT . $_pages[$name]->path;
if ($root) return $_pages[$name]->path;
if (DEBUG) return "/index.php?page=$name";
else return $_pages[$name]->path;