From b3d7a526e49377957eef1c86fb48a8b82f57c267 Mon Sep 17 00:00:00 2001
From: Robert Anderson <randerson@lbsd.net>
Date: Thu, 2 Jul 2009 11:26:47 +0000
Subject: [PATCH] Admin email config item

---
 webgui/include/config.php | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/webgui/include/config.php b/webgui/include/config.php
index e5b8d240..5de0edcd 100644
--- a/webgui/include/config.php
+++ b/webgui/include/config.php
@@ -32,6 +32,11 @@ $DB_PASS="root";
 $DB_TABLE_PREFIX="";
 
 
+# Admin email
+# $adminEmail = 'admin@example.com';
+
+
+
 #
 # THE BELOW SECTION IS UNSUPPORTED AND MEANT FOR THE ORIGINAL SPONSOR OF V2
 #
-- 
GitLab