Refactor PHP, 5.3 => 5.4.
This commit is contained in:
parent
059e166402
commit
d4e349f260
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
- var app_href = "<?php echo APP_HREF; ?>"
|
- var app_href = "<?= APP_HREF; ?>"
|
||||||
- var fallback = "<?php echo FALLBACK; ?>"
|
- var fallback = "<?= FALLBACK; ?>"
|
||||||
|
|
||||||
<?php header("Content-type: text/html;charset=utf-8"); ?>
|
<?php header("Content-type: text/html;charset=utf-8"); ?>
|
||||||
doctype html
|
doctype html
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user