Explorar el Código

Miss push

master
padre
commit
d47446a980
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/Commands/Redes_wifi.php

+ 1
- 1
app/Commands/Redes_wifi.php Ver fichero

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


Cargando…
Cancelar
Guardar