From: Banana Date: Sat, 12 Nov 2022 12:14:35 +0000 (+0100) Subject: version 1.0 X-Git-Tag: v1.0 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=65b8b8c12b2f2c7081292722561de0acbcf902f9;p=scientia.git version 1.0 --- diff --git a/CHANGELOG b/CHANGELOG index d1ddeba..da91393 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,2 +1,2 @@ -1.0 Lykos - - + Initial release +1.0 Lykos - 2022-11-12 + - Initial release diff --git a/documentation/clients.txt b/documentation/clients.txt new file mode 100644 index 0000000..25d14b8 --- /dev/null +++ b/documentation/clients.txt @@ -0,0 +1,3 @@ +Work in progress. + +Currently there is go client in the works. diff --git a/webroot/lib/summoner.class.php b/webroot/lib/summoner.class.php index 1fba426..cf79fdd 100644 --- a/webroot/lib/summoner.class.php +++ b/webroot/lib/summoner.class.php @@ -38,7 +38,7 @@ class Summoner { * the replace should be empty, otherwise are there chars which are not * allowed */ - static function validate(string $input, $mode='text', $limit=false): bool { + static function validate(string $input, string $mode='text', mixed $limit=false): bool { // check if we have input $input = trim($input);