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 e300ea6 commit 712a59fCopy full SHA for 712a59f
func/upgrade.sh
@@ -678,6 +678,7 @@ disable_api(){
678
if [ "$API" = "no" ]; then
679
echo "[ ! ] Disable Api..."
680
sed -i 's|//die("Error: Disabled");|die("Error: Disabled");|g' $HESTIA/web/api/index.php
681
+ $HESTIA/bin/v-change-sys-config-value "API_ALLOWED_IP" ""
682
fi
683
}
684
upgrade_rebuild_web_templates() {
0 commit comments