Compare commits

..

No commits in common. "master" and "1.1.2" have entirely different histories.

2 changed files with 1 additions and 14 deletions

View File

@ -1224,7 +1224,7 @@ class CLIController
echo Colors::DEFAULT . ' Version: ' . Colors::YELLOW . $decodedData->version;
echo Colors::DEFAULT . ' (Build: ' . Colors::YELLOW . $decodedData->buildnumber . Colors::DEFAULT . ')' . PHP_EOL;
} else {
echo Colors::RED . ' Error: ' . Colors::YELLOW . $result['data'] . Colors::DEFAULT . PHP_EOL;
echo Color::RED . ' Error: ' . Colors::YELLOW . $result['data'] . Colors::DEFAULT . PHP_EOL;
}
// var_dump($result);
$skipAAAA = true;

View File

@ -15,19 +15,6 @@ class Security
private bool $hstsInclude;
private bool $hstsPreload;
private bool $isPreferHttps;
public function isPreferHttps(): bool
{
return $this->isPreferHttps;
}
public function setIsPreferHttps(bool $isPreferHttps): void
{
$this->isPreferHttps = $isPreferHttps;
}
/**
* @return int
*/