';
echo '🔒 NetGescon Secure Dual DB Visualizer
';
echo 'Seleziona il motore di database su cui operare (TCP 127.0.0.1):
';
echo '
';
echo '';
echo '';
echo '
';
echo '';
echo '';
echo '
';
echo '';
echo '';
return true;
}
}
return new NetGesconAdminerSecurity;
}
// 3. INCLUDE CORE ADMINER
if (file_exists(__DIR__ . '/adminer-core.php')) {
include __DIR__ . '/adminer-core.php';
} else {
http_response_code(500);
die('Adminer core file missing.');
}