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