summaryrefslogtreecommitdiffstats
path: root/examples/server/lib/actions.php
diff options
context:
space:
mode:
authorJosh Hoyt <josh@janrain.com>2006-02-09 00:49:33 +0000
committerJosh Hoyt <josh@janrain.com>2006-02-09 00:49:33 +0000
commit0b4cdc6c10b71f55b7f9587df62383533e0bd1f0 (patch)
treee5a6dfe5883347335575dfeeaf9264b22f72fd77 /examples/server/lib/actions.php
parent47d363a2ae4417e082dedba22e500ea2a1cb01f4 (diff)
downloadphp-openid-0b4cdc6c10b71f55b7f9587df62383533e0bd1f0.zip
php-openid-0b4cdc6c10b71f55b7f9587df62383533e0bd1f0.tar.gz
php-openid-0b4cdc6c10b71f55b7f9587df62383533e0bd1f0.tar.bz2
[project @ Remove debugging function]
Diffstat (limited to 'examples/server/lib/actions.php')
-rw-r--r--examples/server/lib/actions.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/server/lib/actions.php b/examples/server/lib/actions.php
index c346dae..1721412 100644
--- a/examples/server/lib/actions.php
+++ b/examples/server/lib/actions.php
@@ -96,11 +96,6 @@ function action_trust()
return doAuth($info, $trusted, true);
}
-function htmlRepr(&$x)
-{
- return '<pre>' . htmlspecialchars(var_export($_POST, true)) . '</pre>';
-}
-
function action_sites()
{
$sites = getSessionSites();