summaryrefslogtreecommitdiffhomepage
path: root/test/php/highlight_file_exec/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/php/highlight_file_exec/index.php')
-rw-r--r--test/php/highlight_file_exec/index.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/php/highlight_file_exec/index.php b/test/php/highlight_file_exec/index.php
deleted file mode 100644
index adcd5ed8..00000000
--- a/test/php/highlight_file_exec/index.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-highlight_file('index.php');
-exec('pwd');
-?>