webcron-site/api/test.php

5 lines
39 B
PHP
Raw Normal View History

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