diff options
Diffstat (limited to 'examples/server')
-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(); |