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

Oliver ospiess at qs1489.pair.com
Thu Aug 9 01:05:00 EDT 2007


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

Modified Files:
	success.php 
Log Message:
cosmetics

Index: success.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/success.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** success.php	28 Jul 2007 17:19:13 -0000	1.13
--- success.php	9 Aug 2007 05:04:58 -0000	1.14
***************
*** 1,3 ****
! <?php 
  
  require_once ('../../lib-common.php');
--- 1,3 ----
! <?php
  
  require_once ('../../lib-common.php');
***************
*** 23,34 ****
  <p>' . $LANG_INSTALL[91] . ' <strong>' . (($type == 'upgrade') ? '2' : '3') . ' ' . $LANG_INSTALL[92] . '</strong>:
  <ul>
! <li>' . $LANG_INSTALL[93] . '<tt>' . $_CONF['path_html'] . 'admin/install</tt>.</li>';
  
  
  if ($type == 'install') {
!     $display .= '<li>' . $LANG_INSTALL[94] . ' <strong>' . $LANG_INSTALL[87] . '</strong> ' . $LANG_INSTALL[95] . '</li>';
  }
  
! $display .= '<li>' . $LANG_INSTALL[96] . '<tt>' . $_CONF['path'] . 'config.php</tt> ' . $LANG_INSTALL[97] . '<tt>' . $_CONF['path_html'] . 'lib-common.php</tt> ' . $LANG_INSTALL[98] . ' 755.</li>
  </ul>
  </p>';
--- 23,34 ----
  <p>' . $LANG_INSTALL[91] . ' <strong>' . (($type == 'upgrade') ? '2' : '3') . ' ' . $LANG_INSTALL[92] . '</strong>:
  <ul>
! <li>' . $LANG_INSTALL[93] . ' <tt>' . $_CONF['path_html'] . 'admin/install</tt>.</li>';
  
  
  if ($type == 'install') {
!     $display .= "<li><a href=\"{$_CONF['site_url']}/usersettings.php?mode=edit\">" . $LANG_INSTALL[94] . ' <strong>' . $LANG_INSTALL[87] . '</strong> ' . $LANG_INSTALL[95] . '</a></li>';
  }
  
! $display .= '<li>' . $LANG_INSTALL[96] . ' <tt>' . $_CONF['path'] . 'config.php</tt> ' . $LANG_INSTALL[97] . '<tt>' . $_CONF['path_html'] . 'lib-common.php</tt> ' . $LANG_INSTALL[98] . ' 755.</li>
  </ul>
  </p>';




More information about the geeklog-cvs mailing list