Sematincs.

This commit is contained in:
Lars Jung 2013-07-20 17:57:27 +02:00
parent 5e302256a5
commit 91b6b60ad0
2 changed files with 2 additions and 2 deletions

View file

@ -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");

View file

@ -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");
} }