Skip to content

Commit

Permalink
Changed default php version to 8.2 and fixing phpmyadmin config
Browse files Browse the repository at this point in the history
  • Loading branch information
john-ea committed Apr 10, 2024
1 parent 13e126e commit bd08639
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Empty file modified .devilbox/www/htdocs/vendor/ocp.php
100755 → 100644
Empty file.
6 changes: 4 additions & 2 deletions .devilbox/www/htdocs/vendor/phpmyadmin-4.9.11/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
/**
* This is needed for cookie based authentication to encrypt password in
* cookie. Needs to be 32 chars long.
// $cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
*/
// $cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
$cfg['TempDir'] = '/tmp';
$cfg['CheckConfigurationPermissions'] = false;
$cfg['blowfish_secret'] = 'a;guurOrep[[hoge7p[jgde7reouHoy5590hjgffuJ676FGd434&%*09UJHogfT%$#F64';
Expand All @@ -41,6 +41,8 @@
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = true;

$cfg['SendErrorReports'] = 'never';

/**
* phpMyAdmin configuration storage settings.
*/
Expand Down Expand Up @@ -155,7 +157,7 @@
* ('ask' | 'always' | 'never')
* default = 'ask'
*/
$cfg['SendErrorReports'] = 'never';
//$cfg['SendErrorReports'] = 'always';

/**
* 'URLQueryEncryption' defines whether phpMyAdmin will encrypt sensitive data from the URL query string.
Expand Down
4 changes: 2 additions & 2 deletions env-example
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ DEVILBOX_HTTPD_MGMT_PASS=mypassword
#PHP_SERVER=7.3
#PHP_SERVER=7.4
#PHP_SERVER=8.0
PHP_SERVER=8.1
#PHP_SERVER=8.2
#PHP_SERVER=8.1
PHP_SERVER=8.2
#PHP_SERVER=8.3


Expand Down

0 comments on commit bd08639

Please sign in to comment.