summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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