Fix php pragmas example include path

Was not working for out of source builds
This commit is contained in:
William S Fulton 2019-05-09 07:35:24 +01:00
commit 3ccc904b06
3 changed files with 7 additions and 4 deletions

View file

@ -1,7 +1,7 @@
<?php
# This code is inserted into example.php
echo "this is include.php\n";
echo "This is include.php\n";
?>