';
echo '🔒 NetGescon Secure Dual DB Visualizer ';
echo 'Clicca su uno dei due pulsanti per accedere all\'istante al Database desiderato su TCP 127.0.0.1:
';
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.');
}