Tests: fixed PHP "disable_functions" and "disable_classes" tests.
This commit is contained in:
4
test/php/time_exec/index.php
Normal file
4
test/php/time_exec/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
echo 'time: ' . time();
|
||||
echo 'exec: ' . exec('pwd');
|
||||
?>
|
||||
Reference in New Issue
Block a user