[UseBB-Checkins] UseBB/install index.php,1.20,1.21
Light and Free PHP Forum Software
Brought to you by:
pc_freak
|
From: Dietrich M. <pc_...@us...> - 2010-03-22 20:03:31
|
Update of /cvsroot/usebb/UseBB/install In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4125/install Modified Files: index.php Log Message: - Forum select boxes are larger. - Removed installer_run in config. - Adjusted copyrights. Index: index.php =================================================================== RCS file: /cvsroot/usebb/UseBB/install/index.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** index.php 24 Oct 2009 15:18:41 -0000 1.20 --- index.php 22 Mar 2010 20:03:22 -0000 1.21 *************** *** 2,6 **** /* ! Copyright (C) 2003-2007 UseBB Team http://www.usebb.net --- 2,6 ---- /* ! Copyright (C) 2003-2010 UseBB Team http://www.usebb.net *************** *** 272,276 **** </div> ! <p id="copyright">Powered by UseBB · Copyright © 2003-2009 <a href="http://www.usebb.net">UseBB Team</a></p> </body> --- 272,276 ---- </div> ! <p id="copyright">© <a href="http://www.usebb.net">UseBB Project</a></p> </body> |