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 9503aef commit 7a3d491Copy full SHA for 7a3d491
interface/web/admin/server_config_edit.php
@@ -57,7 +57,7 @@ function onShow() {
57
58
// get the config
59
$app->uses('getconf');
60
- $web_config = $app->getconf->get_server_config($conf['server_id'], 'web');
+ $web_config = $app->getconf->get_server_config($this->id, 'web');
61
62
if($web_config['server_type'] == 'nginx'){
63
unset($app->tform->formDef["tabs"]["fastcgi"]);
0 commit comments