mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 14:04:45 -04:00
More semantic changes.
This commit is contained in:
parent
1dea89befb
commit
32d7aa74e5
14 changed files with 57 additions and 53 deletions
|
@ -17,7 +17,7 @@ function normalized_require_once($lib) {
|
|||
|
||||
normalized_require_once("/server/php/inc/util.php");
|
||||
normalized_require_once("/server/php/inc/App.php");
|
||||
normalized_require_once("/server/php/inc/Entry.php");
|
||||
normalized_require_once("/server/php/inc/Item.php");
|
||||
|
||||
$app = new App(APP_ABS_PATH, APP_ABS_HREF, ABS_HREF);
|
||||
|
||||
|
@ -33,8 +33,12 @@ if (array_key_exists("action", $_REQUEST)) {
|
|||
|
||||
} else {
|
||||
|
||||
header("Content-type: text/html");
|
||||
|
||||
$HREF = $app->get_app_abs_href();
|
||||
$FALLBACK = $app->get_no_js_fallback();
|
||||
|
||||
normalized_require_once("/server/php/inc/page.php");
|
||||
}
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue