More semantic changes.

This commit is contained in:
Lars Jung 2012-10-27 04:17:28 +02:00
parent 1dea89befb
commit 32d7aa74e5
14 changed files with 57 additions and 53 deletions

View file

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