Parcourir la source

Miss push

master
Parent
révision
d47446a980
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      app/Commands/Redes_wifi.php

+ 1
- 1
app/Commands/Redes_wifi.php Voir le fichier

@@ -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'))) {


Chargement…
Annuler
Enregistrer