diff --git a/html/pages/device/showconfig.inc.php b/html/pages/device/showconfig.inc.php
index dbce662f20..5fbf807f96 100644
--- a/html/pages/device/showconfig.inc.php
+++ b/html/pages/device/showconfig.inc.php
@@ -2,7 +2,7 @@
include("includes/geshi/geshi.php");
-if($_SESSION['userlevel'] >= "5") {
+if($_SESSION['userlevel'] >= "7") {
if(!is_array($config['rancid_configs'])) { $config['rancid_configs'] = array($config['rancid_configs']); }