diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-02-28 21:18:33 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-02-28 21:18:33 +0300 |
commit | 38ea191fbb91db000b1e68185359e612e7e47c54 (patch) | |
tree | 13f0e547e15b183362f4c94753a9bd6a2d303905 /test/php/highlight_file_exec/index.php | |
parent | a5dd0f8aa9b81921ff28c486a39fd46607dbdbd9 (diff) | |
download | unit-38ea191fbb91db000b1e68185359e612e7e47c54.tar.gz unit-38ea191fbb91db000b1e68185359e612e7e47c54.tar.bz2 |
Tests: fixed PHP "disable_functions" and "disable_classes" tests.
Diffstat (limited to '')
-rw-r--r-- | test/php/highlight_file_exec/index.php | 4 |
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'); -?> |