ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=150e77b0ce51a6bca9c32547801771ef3afb3850
commit 150e77b0ce51a6bca9c32547801771ef3afb3850 Author: Andy Williams <[email protected]> Date: Sat Jul 15 10:53:52 2017 +0100 Fix PHP header to be more compatible --- public_html/lib/plugins/const/class.evalmath.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/lib/plugins/const/class.evalmath.php b/public_html/lib/plugins/const/class.evalmath.php index bb765ce..841a227 100644 --- a/public_html/lib/plugins/const/class.evalmath.php +++ b/public_html/lib/plugins/const/class.evalmath.php @@ -1,4 +1,4 @@ -<script language="php"> +<?php /* ================================================================================ --
