We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f01a1 commit 0af92afCopy full SHA for 0af92af
web/edit/server/index.php
@@ -63,6 +63,8 @@
63
"tpl" => strtoupper(str_replace('.', '_', $php_version)),
64
"version" => str_ireplace('php-', '', $php_version),
65
"usedby" => [],
66
+ "installed" => false,
67
+ "protected" => false,
68
];
69
70
if(in_array($phpinfo->tpl, $backend_templates)) {
@@ -173,7 +175,7 @@
173
175
174
176
// Install/remove php versions
177
if (empty($_SESSION['error_msg'])) {
- if(!empty($v_php_versions) && count($_POST['v_php_versions'] != count($v_php_versions))) {
178
+ if(!empty($v_php_versions)) {
179
$post_php = $_POST['v_php_versions'];
180
181
array_map(function($php_version) use ($post_php) {
0 commit comments