ソースを参照

Salidas de los comandos

master
Griezman2003 3年前
コミット
11eb599692
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app/Commands/Redes_wifi.php

+ 1
- 1
app/Commands/Redes_wifi.php ファイルの表示

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




読み込み中…
キャンセル
保存