Foto importeer app
Nas Connectie probleem oplossen
Stap 1: Druk op herstart
Stap 2: Druk ok in de foutmelding
Stap 3: Wacht 2 minuten
Stap 4: Druk op herlaad
Mocht deze medling hier na nogmaals opkomen, neem contact op
System info
swal("Er kan geen verbing met de nas worden gemaakt", "Druk Ok voor meer instructies", "error")';
}
if (isset($_POST['shutdown']))
{
shell_exec('sudo shutdown -h 1');
echo '';
}
if (isset($_POST['reboot']))
{
shell_exec('sudo shutdown -r 1');
header('Location: check-nas.php');
}
if (isset($_POST['reload']))
{
header('Location: check-nas.php');
}
?>