We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11b1fe4 + a7d5c2c commit 3419511Copy full SHA for 3419511
1 file changed
web/edit/user/index.php
@@ -58,6 +58,10 @@
58
$v_time = $data[$v_username]['TIME'];
59
$v_date = $data[$v_username]['DATE'];
60
61
+if(empty($v_phpcli)){
62
+ $v_phpcli = substr(DEFAULT_PHP_VERSION,4);
63
+}
64
+
65
// List packages
66
exec (HESTIA_CMD."v-list-user-packages json", $output, $return_var);
67
$packages = json_decode(implode('', $output), true);
0 commit comments