[geeklog-cvs] Geeklog-1.x/public_html/admin/install success.php, 1.17, 1.18

Dirk Haun dhaun at qs1489.pair.com
Sun Dec 30 16:05:58 EST 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv3868

Modified Files:
	success.php 
Log Message:
Misplaced </p>


Index: success.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/success.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** success.php	25 Nov 2007 06:58:55 -0000	1.17
--- success.php	30 Dec 2007 21:05:56 -0000	1.18
***************
*** 3,7 ****
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.4                                                               |
  // +---------------------------------------------------------------------------+
  // | success.php                                                               |
--- 3,7 ----
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.5                                                               |
  // +---------------------------------------------------------------------------+
  // | success.php                                                               |
***************
*** 37,43 ****
  // $Id$
  
! require_once ('../../lib-common.php');
! if ( !defined( 'XHTML' ) ) {
! 	define( 'XHTML', ' /' );
  }
  
--- 37,43 ----
  // $Id$
  
! require_once '../../lib-common.php';
! if (!defined('XHTML')) {
!     define('XHTML', ' /');
  }
  
***************
*** 61,65 ****
  
  $display .= '<h2>' . $LANG_SUCCESS[10] . '</h2>
! <p>' . $LANG_SUCCESS[11] . ' <strong>' . (($type == 'upgrade') ? '2' : '3') . ' ' . $LANG_SUCCESS[12] . '</strong>:
  <ul>
  <li>' . $LANG_SUCCESS[13] . ' <tt>' . $_CONF['path_html'] . 'admin/install</tt>.</li>';
--- 61,65 ----
  
  $display .= '<h2>' . $LANG_SUCCESS[10] . '</h2>
! <p>' . $LANG_SUCCESS[11] . ' <strong>' . (($type == 'upgrade') ? '2' : '3') . ' ' . $LANG_SUCCESS[12] . '</strong>:</p>
  <ul>
  <li>' . $LANG_SUCCESS[13] . ' <tt>' . $_CONF['path_html'] . 'admin/install</tt>.</li>';
***************
*** 70,75 ****
  
  $display .= '<li>' . $LANG_SUCCESS[16] . ' <tt>' . $_CONF['path'] . 'db-config.php</tt> ' . $LANG_SUCCESS[17] . ' <tt>' . $_CONF['path_html'] . 'siteconfig.php</tt> ' . $LANG_SUCCESS[18] . ' 755.</li>
! </ul>
! </p>';
  
  // note for those upgrading from Geeklog 1.2.5-1 or older
--- 70,74 ----
  
  $display .= '<li>' . $LANG_SUCCESS[16] . ' <tt>' . $_CONF['path'] . 'db-config.php</tt> ' . $LANG_SUCCESS[17] . ' <tt>' . $_CONF['path_html'] . 'siteconfig.php</tt> ' . $LANG_SUCCESS[18] . ' 755.</li>
! </ul>';
  
  // note for those upgrading from Geeklog 1.2.5-1 or older
***************
*** 83,85 ****
  echo $display;
  
! ?>
\ No newline at end of file
--- 82,84 ----
  echo $display;
  
! ?>




More information about the geeklog-cvs mailing list