This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Griezmann2003
/
ejercios
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Salidas de los comandos
master
Griezman2003
1 year ago
parent
e745c2de7b
commit
11eb599692
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
}
Write
Preview
Loading…
Cancel
Save