Fix Adminer 4.7.7

This commit is contained in:
cytopia 2020-11-08 13:27:31 +01:00
parent 6aca07a5b9
commit 156e36be56
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 23 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@ -65,6 +65,16 @@ Have a look at the GitHub issues and see if you can implement any features reque
### Vendors
#### Upgrade Adminer
Adminer requires some adjustments to work with the Devilbox intranet. See below for files to adjust:
`adminer-x.y.z-en.php`
```diff
- login($_e,$E){if($E=="")return
+ login($_e,$E){return true;if($E=="")return
```
#### Upgrade phpMyAdmin
phpMyAdmin requires some adjustments to work with the Devilbox intranet. See below for files to adjust: