mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
6 lines
41 B
PHP
6 lines
41 B
PHP
|
<?php
|
||
|
|
||
|
echo exec ( "sudo poweroff");
|
||
|
|
||
|
?>
|