mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-31 23:38:20 -04:00
Adds index hint to server info page.
This commit is contained in:
parent
4d56f9aebf
commit
576ca69b44
4 changed files with 20 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue