[geeklog-cvs] Geeklog-1.x/public_html/admin/install install.php, 1.96, 1.97

Dirk Haun dhaun at qs1489.pair.com
Fri Mar 21 08:39:14 EDT 2008


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

Modified Files:
	install.php 
Log Message:
Added an HTML redirect, just in case ...


Index: install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/install.php,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** install.php	6 Sep 2007 06:57:48 -0000	1.96
--- install.php	21 Mar 2008 12:39:12 -0000	1.97
***************
*** 3,7 ****
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.4                                                               |
  // +---------------------------------------------------------------------------+
  // | install.php                                                               |
--- 3,7 ----
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.5                                                               |
  // +---------------------------------------------------------------------------+
  // | install.php                                                               |
***************
*** 9,13 ****
  // | Redirect to Geeklog installation script.                                  |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Matt West         - matt AT mattdanger DOT net                   |
--- 9,13 ----
  // | Redirect to Geeklog installation script.                                  |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2007-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Matt West         - matt AT mattdanger DOT net                   |
***************
*** 29,35 ****
  // |                                                                           |
  // +---------------------------------------------------------------------------+
- // | You don't need to change anything in this file.                           |
- // | Please read docs/install.html which describes how to install Geeklog.     |
- // +---------------------------------------------------------------------------+
  //
  // $Id$
--- 29,32 ----
***************
*** 38,40 ****
  header('Location: index.php');
  
! ?>
\ No newline at end of file
--- 35,37 ----
  header('Location: index.php');
  
! ?><html><head><meta http-equiv="refresh" content="0; URL=index.php"></head></html>




More information about the geeklog-cvs mailing list