mejoras
This commit is contained in:
@@ -89,7 +89,7 @@ if (defined('DB_HOST') && defined('DB_NAME') && defined('DB_USER') && defined('D
|
||||
$successes++;
|
||||
|
||||
// Verificar tablas principales
|
||||
$tables = ['conversations', 'messages', 'settings', 'message_templates'];
|
||||
$tables = ['conversations', 'conversations', 'system_config', 'message_templates'];
|
||||
foreach ($tables as $table) {
|
||||
$stmt = $pdo->query("SHOW TABLES LIKE '$table'");
|
||||
if ($stmt->rowCount() > 0) {
|
||||
@@ -135,8 +135,8 @@ echo "<h2>🔌 Verificación de APIs</h2>";
|
||||
$apis = [
|
||||
'api/send_message.php',
|
||||
'api/webhook.php',
|
||||
'api/get_settings.php',
|
||||
'api/save_settings.php',
|
||||
'api/get_system_config.php',
|
||||
'api/save_system_config.php',
|
||||
'api/get_templates.php'
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user