webcron-site/api/test.php

5 lines
39 B
PHP
Raw Normal View History

2023-05-20 20:07:45 +00:00
<?php
echo shell_exec("uname -a");
?>