Import alt-mysql plugin

This commit is contained in:
Marek Miklewicz
2026-07-04 15:48:19 +02:00
commit d71fcf9ace
101 changed files with 18635 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/local/bin/php -nc/usr/local/directadmin/plugins/alt-mysql/php.ini
<?php
declare(strict_types=1);
define('IN_DA_PLUGIN', true);
define('PLUGIN_ACTION', basename(__FILE__, '.html'));
require dirname(__DIR__) . '/exec/bootstrap.php';