Files
2026-07-04 16:00:04 +02:00

6 lines
184 B
HTML
Executable File

#!/usr/local/bin/php -nc/usr/local/directadmin/plugins/da-postgresql/php.ini
<?php
declare(strict_types=1);
header('Location: /CMD_PLUGINS/da-postgresql/index.html', true, 302);
exit;