From e3bc0ba7f4bcc33b8fd74f674885472a6367e844 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Sun, 24 Jun 2007 15:06:11 +0000 Subject: [PATCH] new config option for notifications git-svn-id: http://www.observium.org/svn/observer/trunk@109 61d68cd4-352d-0410-923a-c4978735b2b8 --- config.php.default | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.php.default b/config.php.default index 3516ad318..0731cf2d4 100755 --- a/config.php.default +++ b/config.php.default @@ -35,6 +35,8 @@ $stylesheet = "/css/styles.css"; $mono_font = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf"; $favicon = "/favicon.ico"; +$notify_email = "admin@vostron.com"; + ### Which special sections should we show? $show_if_customers = 0; $show_if_transit = 0;