delete traces

This commit is contained in:
Calvo 2023-10-11 14:30:04 +02:00
parent 480b6828b6
commit 3813ae45aa
1 changed files with 0 additions and 4 deletions

View File

@ -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;
} }