Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion .devilbox/www/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ function loadClass($class) {
* preg_match_all returns a multi-dimensional array, the first level array is in order of which was matched first,
* and the password string is either matched in group 2 or group 3 which is always the end of the sub-array.
*/
$_REDIS_PASS = end(end($_REDIS_PASS));
$_REDIS_PASS_ROW = end($_REDIS_PASS);
$_REDIS_PASS = end($_REDIS_PASS_ROW);

Comment thread
nntoan marked this conversation as resolved.
if (strlen($_REDIS_PASS) > 0) {
$REDIS_ROOT_PASSWORD = $_REDIS_PASS;
Expand Down
5 changes: 4 additions & 1 deletion .devilbox/www/htdocs/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ html, body {
font-size: 14px;
}


.table-bordered td, .table-bordered th {
color: #dffce3;
}
Comment thread
nntoan marked this conversation as resolved.
Comment thread
nntoan marked this conversation as resolved.

/* Sticky footer styles
-------------------------------------------------- */
Expand All @@ -72,6 +74,7 @@ html {
body {
/* Margin bottom by footer height */
margin-bottom: 80px !important;
color: #888888;
Comment thread
nntoan marked this conversation as resolved.
}
.footer {
position: absolute;
Expand Down
953 changes: 0 additions & 953 deletions .devilbox/www/htdocs/vendor/phpmyadmin-5.2.1/ChangeLog

This file was deleted.

This file was deleted.

151 changes: 0 additions & 151 deletions .devilbox/www/htdocs/vendor/phpmyadmin-5.2.1/composer.json

This file was deleted.

Loading
Loading