Przeglądaj źródła

Ajout de l'action d appel du poweroff pour eteindre le module

master
heuzef 6 lat temu
rodzic
commit
0c57663fc1
1 zmienionych plików z 4 dodań i 0 usunięć
  1. +4
    -0
      ui/index.php

+ 4
- 0
ui/index.php Wyświetl plik

@@ -68,6 +68,10 @@ if (isset($_POST['password']) && $_POST['password'] == 'ogg') {
{
exec("../scripts/reboot.sh");
}
elseif ($_GET['action'] == "poweroff")
{
exec("../scripts/poweroff.sh");
}
?>

<body>


Ładowanie…
Anuluj
Zapisz