Skip to content

Commit

Permalink
Update phpmyadmin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jan 3, 2025
1 parent 31fd044 commit 19964d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/phpmyadmin/js/phpmyadmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ function phpVer(version) {
version = _version['data'];
}

$.post('/site/get_php_version', function(rdata) {
$.post('/site/get_php_version', function(data) {
var rdata = data['data'];
// console.log(rdata);
var body = "<div class='ver line'><span class='tname'>PHP版本</span><select id='phpver' class='bt-input-text mr20' name='phpVersion' style='width:110px'>";
var optionSelect = '';
Expand Down

0 comments on commit 19964d3

Please sign in to comment.