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