summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/pkg_mgr_installed.php')
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index 016d69a..1b2d81f 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -30,6 +30,8 @@
require("guiconfig.inc");
require("xmlparse_pkg.inc");
+conf_mount_rw();
+
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
@@ -115,6 +117,9 @@ include("fbegin.inc");
</body>
</html>
+<?php
+ conf_mount_ro();
+?>
OpenPOWER on IntegriCloud