[Openfirst-cvscommit] base/config first.php,1.38,1.39
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2004-04-15 00:47:30
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15264 Modified Files: first.php Log Message: Use standardised example addresses in accordance with RFC2606 (http://www.rfc-editor.org/rfc/rfc2606.txt) Index: first.php =================================================================== RCS file: /cvsroot/openfirst/base/config/first.php,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** first.php 15 Apr 2004 00:41:22 -0000 1.38 --- first.php 15 Apr 2004 00:47:20 -0000 1.39 *************** *** 179,183 **** // Declare important variables so that headers can pick them up and preview them ! \$adminnav = str_replace(\"\\\$basepath\", \$basepath, \$module->adminnavigation) . \" | <a href='http://bugzilla.openfirst.org'>Report Bug</a>\"; \$subnav = str_replace(\"\\\$basepath\", \$basepath, \$module->modulenavigation); --- 179,183 ---- // Declare important variables so that headers can pick them up and preview them ! \$adminnav = str_replace(\"\\\$basepath\", \$basepath, \$module->adminnavigation) . \" <a href='http://bugzilla.openfirst.org'>Report Bug</a>\"; \$subnav = str_replace(\"\\\$basepath\", \$basepath, \$module->modulenavigation); *************** *** 407,416 **** <td>Mail Notification<br> <font size="1">(the e-mail address used to notify you when significant events occur)</font></td> ! <td><input type="text" name="mailnotify" value="nobody@localhost"></td> </tr> <tr> <td>Mail From<br> <font size="1">(the e-mail address that mail from the openFIRST site should appear to be from)</font></td> ! <td><input type="text" name="mailfrom" value="no...@op..."></td> </tr> <tr> --- 407,416 ---- <td>Mail Notification<br> <font size="1">(the e-mail address used to notify you when significant events occur)</font></td> ! <td><input type="text" name="mailnotify" value="tea...@ex..."></td> </tr> <tr> <td>Mail From<br> <font size="1">(the e-mail address that mail from the openFIRST site should appear to be from)</font></td> ! <td><input type="text" name="mailfrom" value="no...@ex..."></td> </tr> <tr> |