Import postgresql plugin

This commit is contained in:
Marek Miklewicz
2026-07-04 16:00:04 +02:00
commit ddc971567f
74 changed files with 18735 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/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;