Explorar el Código

Salidas de los comandos

master
Griezman2003 hace 1 año
padre
commit
11eb599692
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/Commands/Redes_wifi.php

+ 1
- 1
app/Commands/Redes_wifi.php Ver fichero

@@ -30,7 +30,7 @@ class Redes_wifi extends Command
public function handle()
{
$result = Process::run('netsh wlan show profile -netsh wlan show profile <WiFi_Name> key=clear');
return $result->output();
}



Cargando…
Cancelar
Guardar