Import postgresql plugin
This commit is contained in:
Executable
+7
@@ -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('PLUGIN_ACTION', basename(__FILE__, '.raw'));
|
||||
define('DA_POSTGRESQL_RAW_MODE', true);
|
||||
require dirname(__DIR__) . '/exec/bootstrap.php';
|
||||
Reference in New Issue
Block a user