remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:11:24 -03:00
parent 6befd3221c
commit cd78ab4f7f
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@
*/
//define the databases class
if (!class_exists('databases')) {
class databases {
/**
@ -169,6 +168,3 @@ if (!class_exists('databases')) {
}
}
}
?>