Files
nginx-unit/test/php/highlight_file_exec/index.php

5 lines
51 B
PHP

<?php
highlight_file('index.php');
exec('pwd');
?>