Skip to content

Commit a245719

Browse files
committed
fix(config.inc.php): import require statements
1 parent 0ffaad3 commit a245719

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

fpm-alpine/config.inc.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?php
22

3+
define('SSL_DIR', '/etc/phpmyadmin/ssl');
4+
35
require '/etc/phpmyadmin/config.secret.inc.php';
6+
require '/etc/phpmyadmin/helpers.php';
47

58
/* Ensure we got the environment */
69
$vars = [

fpm/config.inc.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?php
22

3+
define('SSL_DIR', '/etc/phpmyadmin/ssl');
4+
35
require '/etc/phpmyadmin/config.secret.inc.php';
6+
require '/etc/phpmyadmin/helpers.php';
47

58
/* Ensure we got the environment */
69
$vars = [

0 commit comments

Comments
 (0)