diff --git a/plugins/php-apt/js/php.js b/plugins/php-apt/js/php.js index e296e5e0a..e92f9b1c5 100755 --- a/plugins/php-apt/js/php.js +++ b/plugins/php-apt/js/php.js @@ -658,7 +658,7 @@ function phpLibConfig(version){ //安装扩展 function installPHPLib(version, name, title, pathinfo) { - layer.confirm('您真的要安装{1}吗?'.replace('{1}', name), { icon: 3, closeBtn: 2 }, function() { + layer.confirm('您真的要卸载{1}吗?'.replace('{1}', name), { icon: 3, closeBtn: 2 }, function() { name = name.toLowerCase(); var data = "name=" + name + "&version=" + version + "&type=1"; diff --git a/plugins/php-yum/js/php.js b/plugins/php-yum/js/php.js index d62d13fc3..f5a105e23 100755 --- a/plugins/php-yum/js/php.js +++ b/plugins/php-yum/js/php.js @@ -672,7 +672,7 @@ function installPHPLib(version, name, title, pathinfo) { //卸载扩展 function uninstallPHPLib(version, name, title, pathinfo) { - layer.confirm('您真的要安装{1}吗?'.replace('{1}', name), { icon: 3, closeBtn: 2 }, function() { + layer.confirm('您真的要卸载{1}吗?'.replace('{1}', name), { icon: 3, closeBtn: 2 }, function() { name = name.toLowerCase(); var data = 'name=' + name + '&version=' + version; phpPost('uninstall_lib', version, data, function(data){ diff --git a/plugins/php/js/php.js b/plugins/php/js/php.js index d32fa5ff2..87484bab5 100755 --- a/plugins/php/js/php.js +++ b/plugins/php/js/php.js @@ -665,7 +665,7 @@ function installPHPLib(version, name, title, pathinfo) { //卸载扩展 function uninstallPHPLib(version, name, title, pathinfo) { - layer.confirm('您真的要安装{1}吗?'.replace('{1}', name), { icon: 3, closeBtn: 2 }, function() { + layer.confirm('您真的要卸载{1}吗?'.replace('{1}', name), { icon: 3, closeBtn: 2 }, function() { name = name.toLowerCase(); var data = 'name=' + name + '&version=' + version; phpPost('uninstall_lib', version, data, function(data){