Go to the source code of this file.
if (isset($_SERVER['HTTP_HOST'])) if (count($argv)==1) foreach ($argv as $k=> $v) if ((empty($_GET["api"]))&&(empty($_GET["app"])||empty($_GET["action"]))) $core = new Application() |
$log = new Log("", "index.php") |
if (isset($_GET["api"])) else |
Initial value:
Definition at line 118 of file wsh.php.
Initial value:{
if (isset(
$_GET[
"app"])) {
} else {
}
if(isset($_SERVER['HTTP_HOST'])) if(count($argv)==1) foreach($argv as $k=> $v) if((empty($_GET["api"]))&&(empty($_GET["app"])||empty($_GET["action"]))) $core
Definition at line 107 of file wsh.php.