summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 3e2cf8d..ffc9a4d 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -84,7 +84,7 @@
conf_mount_rw();
unlink('/conf/needs_package_sync');
conf_mount_ro();
- if($g['platform'] == "pfSense") {
+ if($g['platform'] == "pfSense" || $g['platform'] == "nanobsd") {
header('Location: pkg_mgr_install.php?mode=reinstallall');
exit;
}
@@ -715,4 +715,4 @@ echo $jscriptstr;
</script>
</form>
</body>
-</html> \ No newline at end of file
+</html>
OpenPOWER on IntegriCloud