Adds index hint to server info page.

This commit is contained in:
Lars Jung 2013-07-12 02:59:24 +02:00
parent 4d56f9aebf
commit 576ca69b44
4 changed files with 20 additions and 0 deletions

View file

@ -289,6 +289,7 @@ class App {
$du = @preg_match("/du$/", `which du`) > 0;
return array(
"idx" => $this->app_abs_href . "server/php/index.php",
"php" => $php,
"cache" => $cache,
"thumbs" => $gd,