summaryrefslogtreecommitdiffstats
path: root/examples/server/server.php
diff options
context:
space:
mode:
authorLuke Shepard <lshepard@devrs006.snc1.facebook.com>2009-05-27 13:54:28 -0700
committerLuke Shepard <lshepard@devrs006.snc1.facebook.com>2009-05-27 13:54:28 -0700
commitf963a700e4440074a5b86d382789e75795206482 (patch)
tree4cd13dd8658fa76da4c253402eaf1ead4a20b33d /examples/server/server.php
parenta2bdc5c6129ff11b1c1e29a207b1b80153ac6fb0 (diff)
downloadphp-openid-f963a700e4440074a5b86d382789e75795206482.zip
php-openid-f963a700e4440074a5b86d382789e75795206482.tar.gz
php-openid-f963a700e4440074a5b86d382789e75795206482.tar.bz2
[ correct errors in removing trailing ?> ]
In the last commit, I over-aggressively removed closing PHP tags. While I dislike the practice of using close tags within templates, it is how this library works, so let's put them back. Checked that all PHP compiles with "php -l".
Diffstat (limited to 'examples/server/server.php')
-rw-r--r--examples/server/server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/server.php b/examples/server/server.php
index cbb8288..71b9b97 100644
--- a/examples/server/server.php
+++ b/examples/server/server.php
@@ -29,7 +29,7 @@ if (function_exists('getOpenIDStore')) {
writeResponse($resp);
} else {
-
+?>
<html>
<head>
<title>PHP OpenID Server</title>