aboutsummaryrefslogtreecommitdiff
path: root/Examples/php/pragmas/include.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/php/pragmas/include.php')
-rw-r--r--Examples/php/pragmas/include.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/php/pragmas/include.php b/Examples/php/pragmas/include.php
index e19880a06..11d985d66 100644
--- a/Examples/php/pragmas/include.php
+++ b/Examples/php/pragmas/include.php
@@ -1,7 +1,7 @@
<?php
# This code is inserted into example.php
-echo "this is include.php\n";
+echo "This is include.php\n";
?>