Selaa lähdekoodia

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

master
heuzef 6 vuotta sitten
vanhempi
commit
0c57663fc1
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. +4
    -0
      ui/index.php

+ 4
- 0
ui/index.php Näytä tiedosto

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

<body>


Ladataan…
Peruuta
Tallenna