We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffaad3 commit a245719Copy full SHA for a245719
fpm-alpine/config.inc.php
@@ -1,6 +1,9 @@
1
<?php
2
3
+define('SSL_DIR', '/etc/phpmyadmin/ssl');
4
+
5
require '/etc/phpmyadmin/config.secret.inc.php';
6
+require '/etc/phpmyadmin/helpers.php';
7
8
/* Ensure we got the environment */
9
$vars = [
fpm/config.inc.php
0 commit comments