7 lines
225 B
HTML
7 lines
225 B
HTML
#!/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', 'download');
|
|
require dirname(__DIR__) . '/exec/bootstrap.php';
|