Update of /cvsroot/tcladdressbook/Help
In directory sc8-pr-cvs1:/tmp/cvs-serv18280/Help
Modified Files:
index.php
Log Message:
Forgotten html tag
Index: index.php
===================================================================
RCS file: /cvsroot/tcladdressbook/Help/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index.php 14 Dec 2003 20:26:05 -0000 1.1
+++ index.php 15 Dec 2003 22:54:36 -0000 1.2
@@ -1,11 +1,4 @@
-/*
- * If your project home page is not hosted with SourceForge.net, we encourage
- * you to set up a simple redirect within your project web space (so people
- * going to http://tcladdressbook.sourceforge.net/ will not get a blank page
- * or old content. To set up a simple redirect, create an index.php file on
- * shell.sourceforge.net in the /home/groups/t/tc/tcladdressbook/htdocs/ which
- * contains (replace www.example.com with the correct URL):
- * <?php header("Location: http://www.example.com/"); exit; ?>
- */
-
<?php header("Location: http://webperso.easyconnect.fr/bdesgraupes/DocHTML/TclAB.html"); exit; ?>
+
+<html>
+</html>
\ No newline at end of file
|