aboutsummaryrefslogtreecommitdiff
path: root/src/openid/wrapper.php
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-18 13:53:14 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-18 13:53:14 -0400
commitb81d2ab65f8fafce3b818eeb96c1cdcecd3e675f (patch)
tree027e0dd17685c0c8a658840c671718a7011ef64d /src/openid/wrapper.php
parent8d2375dc72b857857cd164f452e103b86ed110cd (diff)
downloadphorkie-b81d2ab65f8fafce3b818eeb96c1cdcecd3e675f.tar.gz
phorkie-b81d2ab65f8fafce3b818eeb96c1cdcecd3e675f.zip
CLEAN: Removed openid debugging information
Diffstat (limited to 'src/openid/wrapper.php')
-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>