cvs: pearweb /public_html/doc index.php

[email protected] ("Stig Bakken") Sat, 10 Mar 2001 21:47:35 -0000
Newsgroups php.pear
Message-ID <cvsssb984260855@cvsserver>
ssb		Sat Mar 10 13:47:35 2001 EDT

  Modified files:              
    /pearweb/public_html/doc	index.php 
  Log:
  * redirect to the php manual instead of giving a 404
  
  
Index: pearweb/public_html/doc/index.php
diff -u /dev/null pearweb/public_html/doc/index.php:1.4
--- /dev/null	Sat Mar 10 13:47:35 2001
+++ pearweb/public_html/doc/index.php	Sat Mar 10 13:47:35 2001
@@ -0,0 +1 @@
+<?php Header("Location: http://php.net/manual/en/pear.php"); ?>