feat: implement global autoresponder plugin

This commit is contained in:
Marek Miklewicz
2026-06-02 19:19:00 +02:00
commit 6f989af278
62 changed files with 2018 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/local/bin/php -nc/usr/local/directadmin/plugins/global-autoresponder/php.ini
<?php
declare(strict_types=1);
define('IN_DA_PLUGIN', true);
define('PLUGIN_ACTION', 'toggle');
require dirname(__DIR__) . '/exec/bootstrap.php';