delete traces
This commit is contained in:
parent
480b6828b6
commit
3813ae45aa
|
@ -80,16 +80,12 @@ if ($data_decoded['apipass'] !== null
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
hd($apiPassword);
|
|
||||||
|
|
||||||
if ($apiPassword === $data_decoded['apipass']) {
|
if ($apiPassword === $data_decoded['apipass']) {
|
||||||
$bypassLogin = true;
|
$bypassLogin = true;
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
echo 'hola';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (!isset($config[$slicebar])) {
|
if (!isset($config[$slicebar])) {
|
||||||
$config[$slicebar] = $slicebar_value;
|
$config[$slicebar] = $slicebar_value;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue