summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-30 18:04:00 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-30 18:04:00 -0400
commitee650539a26732bb85642c1130b7b2330f4f4e50 (patch)
tree1b9c6a158c17966a12e93aa35684ed557849635e /usr/local/www/edit.php
parenta94e3f2016bec3f72aae2fd3e1575515ff93f5f6 (diff)
downloadpfsense-ee650539a26732bb85642c1130b7b2330f4f4e50.zip
pfsense-ee650539a26732bb85642c1130b7b2330f4f4e50.tar.gz
Revert "Restart dnsmasq on change in case of dns rebinding changes"
This reverts commit a94e3f2016bec3f72aae2fd3e1575515ff93f5f6.
Diffstat (limited to 'usr/local/www/edit.php')
-rw-r--r--usr/local/www/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index 6867a84..6b71ad2 100644
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -138,7 +138,7 @@ outputJavaScriptFileInline("filebrowser/browser.js");
"<?=$_SERVER['SCRIPT_NAME'];?>", {
method: "post",
postBody: "action=save&file=" + $("fbTarget").value +
- "&data=" + escape(fileContent),
+ "&data=" + fileContent,
onComplete: function(req) {
var values = req.responseText.split("|");
$("fileStatus").innerHTML = values[1];
OpenPOWER on IntegriCloud