|
From: Jon O. <jon...@us...> - 2008-06-16 10:51:39
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9757 Modified Files: Tag: core28x mx_install.php Log Message: Updated install wizard, with new references to new site Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.79.2.6 retrieving revision 1.79.2.7 diff -C2 -d -r1.79.2.6 -r1.79.2.7 *** mx_install.php 14 Feb 2008 21:51:37 -0000 1.79.2.6 --- mx_install.php 16 Jun 2008 10:51:27 -0000 1.79.2.7 *************** *** 46,54 **** // These URLs are used in the footer installation panels. // ! define('U_RELEASE_NOTES', 'http://www.mx-publisher.com/forum/viewtopic.php?t=1224'); ! define('U_WELCOME_PACK', 'http://www.mx-publisher.com/index.php?page=136'); ! define('U_ONLINE_FAQ', 'http://www.mx-publisher.com/index.php?page=117'); ! define('U_ONLINE_SUPPORT', 'http://www.mx-publisher.com/index.php?page=2'); ! define('U_TERMS_OF_USE', 'http://www.mx-publisher.com/index.php?page=126&dynamic_block=133'); // --- 46,55 ---- // These URLs are used in the footer installation panels. // ! define('U_RELEASE_NOTES', 'http://www.mx-publisher.com/phpBB2/viewtopic.php?t=10785'); ! //define('U_WELCOME_PACK', 'http://www.mx-publisher.com/index.php?page=136'); ! define('U_ONLINE_MANUAL', 'http://www.mx-publisher.com/docs/manual'); ! define('U_ONLINE_KB', 'http://www.mx-publisher.com/docs/kb'); ! define('U_ONLINE_SUPPORT', 'http://www.mx-publisher.com/forum'); ! define('U_TERMS_OF_USE', 'http://www.mx-publisher.com/toe'); // |