mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 13:34:30 -04:00
Refactor PHP, 5.3 => 5.4.
This commit is contained in:
parent
059e166402
commit
d4e349f260
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue