summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-23 22:27:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-23 22:27:44 +0000
commit52893419f20976a47685752c0c25f0e1040edeaf (patch)
treeef1058016805374387b0fbe5e0ff3a69c3c115ff /usr/local/www
parentc52087add53abbb36eb3a080dedfeb8813ed70cf (diff)
downloadpfsense-52893419f20976a47685752c0c25f0e1040edeaf.zip
pfsense-52893419f20976a47685752c0c25f0e1040edeaf.tar.gz
Remove extra rw ro
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/edit.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index ae8e073..7c83ff4 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -30,8 +30,6 @@
require("guiconfig.inc");
-conf_mount_rw();
-
if (($_POST['submit'] == "Load") && file_exists($_POST['savetopath'])) {
$fd = fopen($_POST['savetopath'], "r");
$content = fread($fd, filesize($_POST['savetopath']));
@@ -170,8 +168,3 @@ function sf() { document.forms[0].savetopath.focus(); }
sf();
</script>
-<?php
-
-conf_mount_ro();
-
-?>
OpenPOWER on IntegriCloud