1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/www_base/files/html/services/power_off.php

5 lines
41 B
PHP

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