1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/httpd/files/html/services/power_off.php
2017-07-06 12:21:37 -04:00

5 lines
41 B
PHP

<?php
echo exec ( "sudo poweroff");
?>