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
+7
View File
@@ -0,0 +1,7 @@
#!/usr/local/bin/php -nc/usr/local/directadmin/plugins/da-postgresql/php.ini
<?php
declare(strict_types=1);
define('IN_DA_PLUGIN', true);
define('DA_POSTGRESQL_RAW_MODE', true);
define('PLUGIN_ACTION', 'download');
require dirname(__DIR__) . '/exec/bootstrap.php';