1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-08 06:46:36 +02:00

Refactor PHP, 5.3 => 5.4.

This commit is contained in:
Lars Jung
2015-05-05 23:58:11 +02:00
parent 059e166402
commit d4e349f260

View File

@@ -1,6 +1,6 @@
- var app_href = "<?php echo APP_HREF; ?>"
- var fallback = "<?php echo FALLBACK; ?>"
- var app_href = "<?= APP_HREF; ?>"
- var fallback = "<?= FALLBACK; ?>"
<?php header("Content-type: text/html;charset=utf-8"); ?>
doctype html