mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 22:16:00 -04:00
Sematincs.
This commit is contained in:
parent
5e302256a5
commit
91b6b60ad0
2 changed files with 2 additions and 2 deletions
|
@ -197,7 +197,7 @@ class App {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function get_no_js_fallback() {
|
public function get_fallback() {
|
||||||
|
|
||||||
date_default_timezone_set("UTC");
|
date_default_timezone_set("UTC");
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@ if (array_key_exists("action", $_REQUEST)) {
|
||||||
header("Content-type: text/html;charset=utf-8");
|
header("Content-type: text/html;charset=utf-8");
|
||||||
|
|
||||||
$HREF = $app->get_app_abs_href();
|
$HREF = $app->get_app_abs_href();
|
||||||
$FALLBACK = $app->get_no_js_fallback();
|
$FALLBACK = $app->get_fallback();
|
||||||
|
|
||||||
normalized_require_once("/server/php/inc/page.php");
|
normalized_require_once("/server/php/inc/page.php");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue