mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-21 01:42:14 +00:00
Fix Adminer 4.7.7
This commit is contained in:
parent
6aca07a5b9
commit
156e36be56
26
.devilbox/www/htdocs/vendor/adminer-4.7.7-en.php
vendored
26
.devilbox/www/htdocs/vendor/adminer-4.7.7-en.php
vendored
File diff suppressed because one or more lines are too long
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user