Skip to content

Commit

Permalink
removed some junk that caused deprec. warnings on php8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhunt committed Oct 7, 2024
1 parent 77a248c commit 35241c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/generico_utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ protected function check_registered_url($theurl, $wildcardok = true) {
if (array_key_exists('host', $registered_bits)) {
//this will cover exact matches and path matches
if ($registered_bits['host'] === $wwwroot_bits['host']) {
$this->validated = true;
return self::CLOUDPOODLL_IS_REGISTERED;
//this will cover subdomain matches but only for institution bigdog and enterprise license
} else if (($registered_bits['host'] === $wildcard_subdomain_wwwroot) && $wildcardok) {
Expand Down

0 comments on commit 35241c3

Please sign in to comment.