Browse Source

Salidas de los comandos

master
Griezman2003 1 year ago
parent
commit
11eb599692
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/Commands/Redes_wifi.php

+ 1
- 1
app/Commands/Redes_wifi.php View File

@@ -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();
}



Loading…
Cancel
Save