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
+5
View File
@@ -0,0 +1,5 @@
#!/usr/local/bin/php -nc/usr/local/directadmin/plugins/alt-mysql/php.ini
<?php
declare(strict_types=1);
header('Location: /CMD_PLUGINS/alt-mysql/index.html', true, 302);
exit;