|
|
@@ -29,7 +29,7 @@ class Redes_wifi extends Command |
|
|
|
*/ |
|
|
|
public function handle() |
|
|
|
{ |
|
|
|
$this->getProfilesRegex(); |
|
|
|
//$this->getProfilesRegex(); |
|
|
|
$essid = $this->argument('essid'); |
|
|
|
$profiles = $this->getProfiles(); |
|
|
|
if (isset($essid) && (!$this->option('list'))) { |
|
|
|