6 lines
184 B
HTML
Executable File
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;
|