mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-04-08 14:42:50 +02:00
Sematincs.
This commit is contained in:
parent
5e302256a5
commit
91b6b60ad0
@ -197,7 +197,7 @@ class App {
|
||||
}
|
||||
|
||||
|
||||
public function get_no_js_fallback() {
|
||||
public function get_fallback() {
|
||||
|
||||
date_default_timezone_set("UTC");
|
||||
|
||||
|
@ -60,7 +60,7 @@ if (array_key_exists("action", $_REQUEST)) {
|
||||
header("Content-type: text/html;charset=utf-8");
|
||||
|
||||
$HREF = $app->get_app_abs_href();
|
||||
$FALLBACK = $app->get_no_js_fallback();
|
||||
$FALLBACK = $app->get_fallback();
|
||||
|
||||
normalized_require_once("/server/php/inc/page.php");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user