Fix: Corrige errores en recurrentes y limpia el repositorio

This commit is contained in:
2026-01-17 16:54:27 -06:00
parent 4c48c279de
commit 3f0727984a
32 changed files with 134 additions and 2157552 deletions

View File

@@ -73,7 +73,7 @@ if ($is_cli) {
}
$app_url = getEnvVar('APP_URL');
if ($app_url) {
define('BOT_BASE_URL', $app_url);
define('BOT_BASE_URL', trim($app_url, ' "\''));
} else {
define('BOT_BASE_URL', $protocol . '://' . $_SERVER['HTTP_HOST']);
}