remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:11:11 -03:00
parent 61d1bd855b
commit ebe1e4b0b9
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@
*/
//define the domain settings class
if (!class_exists('domain_settings')) {
class domain_settings {
/**
@ -386,6 +385,3 @@ if (!class_exists('domain_settings')) {
} //method
} //class
}
?>