new config
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 22 Nov 1999 16:42:19 +0000 (16:42 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 22 Nov 1999 16:42:19 +0000 (16:42 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/config.php3 [new file with mode: 0644]

diff --git a/config/config.php3 b/config/config.php3
new file mode 100644 (file)
index 0000000..e974191
--- /dev/null
@@ -0,0 +1,16 @@
+<?
+/* Organization's logo picture (blank if none) */
+$org_logo = "../images/om_webmail.gif";
+
+/* Organization's name */
+$org_name = "Operation Mobilization";
+
+/* The server that your imap server is on */
+$imapServerAddress = "adam.usa.om.org";
+
+/* This is displayed right after they log in */
+$motd = "  Welcome to OM's webmail system, SquirrelMail.  We are currently in beta, and have not yet released a full version of SquirrelMail.  Please feel free to look around, and please report any bugs to <A HREF=\"mailto:nathan@usa.om.org\">Nathan</A> or <A HREF=\"mailto:luke@usa.om.org\">Luke</A>.";
+
+/* SquirrelMail version number */
+$version = "0.0.1";
+?>