PHP 8.5.0 or greater is required to run OpenCATS. '
. 'Found version: %s. |
',
PHP_VERSION
);
diff --git a/lib/License.php b/lib/License.php
index fda5df807..a22f22def 100755
--- a/lib/License.php
+++ b/lib/License.php
@@ -82,7 +82,7 @@ public function setExpirationDate($value)
return true;
}
- $this->_expirationDate = (integer) $value;
+ $this->_expirationDate = (int) $value;
return true;
}
@@ -305,7 +305,7 @@ protected function checkBit($byte, $sw)
// FIXME: Document me!
protected function scrambleByteString($byteString, $scramble)
{
- $bit = (integer) $scramble[0];
+ $bit = (int) $scramble[0];
for ($i = 0; $i < LICENSE_STRING_SIZE; $i++)
{
diff --git a/lib/MRU.php b/lib/MRU.php
index 0ab989b73..99f68ea60 100755
--- a/lib/MRU.php
+++ b/lib/MRU.php
@@ -157,7 +157,8 @@ public function getFormatted()
}
return implode(
- $HTML, '