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
+7
View File
@@ -0,0 +1,7 @@
#!/usr/local/bin/php -nc/usr/local/directadmin/plugins/alt-mysql/php.ini
<?php
declare(strict_types=1);
define('IN_DA_PLUGIN', true);
define('DA_MYSQL_RAW_MODE', true);
define('PLUGIN_ACTION', 'download');
require dirname(__DIR__) . '/exec/bootstrap.php';