From 52893419f20976a47685752c0c25f0e1040edeaf Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 23 Jun 2005 22:27:44 +0000 Subject: Remove extra rw ro --- usr/local/www/edit.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'usr/local/www') 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(); - -- cgit v1.1