diff options
author | Josh Hoyt <josh@janrain.com> | 2006-02-09 00:49:33 +0000 |
---|---|---|
committer | Josh Hoyt <josh@janrain.com> | 2006-02-09 00:49:33 +0000 |
commit | 0b4cdc6c10b71f55b7f9587df62383533e0bd1f0 (patch) | |
tree | e5a6dfe5883347335575dfeeaf9264b22f72fd77 /examples/server/lib/actions.php | |
parent | 47d363a2ae4417e082dedba22e500ea2a1cb01f4 (diff) | |
download | php-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.php | 5 |
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(); |