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:
@@ -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
|
||||
|
Reference in New Issue
Block a user