aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index a7c49ee..90db58d 100644
--- a/index.php
+++ b/index.php
@@ -1195,8 +1195,8 @@ $env['funcs'] = [];
$env['consts'] = [];
if (defined('PHPHP')) {
+ echo "Running" . str_repeat(" on PHPHP", PHPHP) . " on PHP\n";
if (PHPHP < 2) {
- echo "Running" . str_repeat(" on PHPHP", PHPHP) . " on PHP\n";
$file = './index.php';
} else {
$file = './hello.php';