summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpdoc.php
diff options
context:
space:
mode:
authorCiro Mattia Gonano <ciromattia@gmail.com>2013-09-11 15:56:48 +0200
committerCiro Mattia Gonano <ciromattia@gmail.com>2013-09-11 15:57:07 +0200
commit3069eaf35e833ffe4a1c1c7829dd7e168ae27420 (patch)
treed0c2e4d934cc34ba7d4232f759923b5a257dcb21 /buildscripts/PhpDocumentor/phpdoc.php
parentb833247ce597ec26159b46c8dfbea7f1e265950b (diff)
Merge up to r3319
Diffstat (limited to 'buildscripts/PhpDocumentor/phpdoc.php')
-rw-r--r--buildscripts/PhpDocumentor/phpdoc.php32
1 files changed, 0 insertions, 32 deletions
diff --git a/buildscripts/PhpDocumentor/phpdoc.php b/buildscripts/PhpDocumentor/phpdoc.php
deleted file mode 100644
index a6e8699f..00000000
--- a/buildscripts/PhpDocumentor/phpdoc.php
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<?php
-/**
- * Original Web Interface to phpDocumentor
- *
- * PHP versions 4 and 5
- *
- * @category ToolsAndUtilities
- * @package phpDocumentor
- * @author Juan Pablo Morales <ju-moral@uniandes.edu.co>
- * @author Joshua Eichorn <jeichorn@phpdoc.org>
- * @author Gregory Beaver <cellog@php.net>
- * @author Chuck Burgess <ashnazg@php.net>
- * @license http://www.opensource.org/licenses/lgpl-license.php LGPL
- * @link http://pear.php.net/package/PhpDocumentor
- * @filesource
- * @todo CS cleanup - change package to PhpDocumentor
- * @deprecated redirects automatically to docbuilder
- * (see {@link docbuilder/index.html})
- */
-?>
-
-<html>
-<head>
-<title>PhpDocumentor (deprecated web interface)</title>
-<META HTTP-EQUIV="Refresh" CONTENT="5; URL=docbuilder/"/>
-</head>
-<body>
-This PhpDocumentor web interface is deprecated...
-you will be redirected to the DocBuilder interface.
-</body>
-</html>