File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,8 @@ json_list() {
8686 "PROXY_SSL_PORT": "' $PROXY_SSL_PORT ' ",
8787 "PROXY_SYSTEM": "' $PROXY_SYSTEM ' ",
8888 "RELEASE_BRANCH": "' $RELEASE_BRANCH ' ",
89- "RELEASE_BRANCH": "' $RELEASE_BRANCH ' ",
90- "RESOURCES_LIMIT": "' $RESOURCES_LIMIT ' ",
9189 "REPOSITORY": "' $REPOSITORY ' ",
92- "ROOT_USER": "' $ROOT_USER ' ",
90+ "ROOT_USER": "' $ROOT_USER ' ",
9391 "SERVER_SMTP_ADDR": "' $SERVER_SMTP_ADDR ' ",
9492 "SERVER_SMTP_HOST": "' $SERVER_SMTP_HOST ' ",
9593 "SERVER_SMTP_PASSWD": "' $SERVER_SMTP_PASSWD ' ",
Original file line number Diff line number Diff line change 582582 }
583583 }
584584
585- // Set disk_quota support
585+ // Set systen resources limit support
586586 if (empty ($ _SESSION ["error_msg " ])) {
587587 if (
588588 !empty ($ _POST ["v_resources_limit " ]) &&
You can’t perform that action at this time.
0 commit comments