aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/openid/wrapper.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/openid/wrapper.php b/src/openid/wrapper.php
deleted file mode 100644
index cb57f4e..0000000
--- a/src/openid/wrapper.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-/**
- * OpenID
- *
- * PHP Version 5.2.0+
- *
- * @category Auth
- * @package OpenID
- * @author Bill Shupp <hostmaster@shupp.org>
- * @copyright 2009 Bill Shupp
- * @license http://www.opensource.org/licenses/bsd-license.php FreeBSD
- * @link http://github.com/shupp/openid
- */
-?>
-<html>
- <head>
- <title>PEAR OpenID Debug</title>
- <link rel="stylesheet" href="/css/debug.css" type="text/css" />
- </head>
- <body>
-<?php
-if (isset($contents)) {
- echo $contents;
-}
-?>
- </body>
-</html>