This repository was archived by the owner on Apr 17, 2025. It is now read-only.
Commit 523b102
committed
fix(fetch): Replaced php short tag with <?php in fetch latest script.
Fast CGI running on Nginx does not support short tags by default, and this is typically not a setting that can be set at runtime. It's simpler to remove the requirement in code rather than force every environment's php config to support short_tags.1 parent 43aad28 commit 523b102
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments