1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

apache poweroff service

This commit is contained in:
Tim Moody 2017-07-06 12:21:37 -04:00
parent ddcba12b1f
commit 396c4cad72

View file

@ -0,0 +1,5 @@
<?php
echo exec ( "sudo poweroff");
?>