fix: remove require_once causing class redeclaration
All checks were successful
Docker Build & Push SugarCRM 6.5 CE / build-and-push (push) Successful in 1m8s

This commit is contained in:
root
2026-05-24 14:59:31 +02:00
parent 043e33e643
commit 61aa38486e

View File

@@ -144,8 +144,6 @@ if [ ! -s "$CONFIG_PHP" ]; then
), ),
'cache_dir' => 'cache/', 'cache_dir' => 'cache/',
); );
require_once('include/SugarObjects/VardefManager.php');
require_once('modules/Administration/Administration.php');
CONFIGEOF CONFIGEOF
# Verify config.php has content # Verify config.php has content