diff options
author | Luke Shepard <lshepard@devrs006.snc1.facebook.com> | 2009-05-27 14:09:33 -0700 |
---|---|---|
committer | Luke Shepard <lshepard@devrs006.snc1.facebook.com> | 2009-05-27 14:09:33 -0700 |
commit | 2a45a7f8f4cd3dcb5e56cbdd1281e9c7c5417282 (patch) | |
tree | 450c172565fffe576264e64ea83a9c4978709da9 /admin | |
parent | 7a75121c8568b48d18dcf4e5ac671527ab3e3544 (diff) | |
download | php-openid-2a45a7f8f4cd3dcb5e56cbdd1281e9c7c5417282.zip php-openid-2a45a7f8f4cd3dcb5e56cbdd1281e9c7c5417282.tar.gz php-openid-2a45a7f8f4cd3dcb5e56cbdd1281e9c7c5417282.tar.bz2 |
Revert "[ remove closing ?> tag from all files ]"
This reverts commit a2bdc5c6129ff11b1c1e29a207b1b80153ac6fb0.
I'm going to stop playing in bce's fork, and start messing in my own. Sorry for the mess Brian :)
Diffstat (limited to 'admin')
-rw-r--r-- | admin/adminutil.php | 1 | ||||
-rw-r--r-- | admin/otb_test.php | 1 | ||||
-rw-r--r-- | admin/texttest.php | 2 | ||||
-rw-r--r-- | admin/webtest.php | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/admin/adminutil.php b/admin/adminutil.php index 91be296..7389838 100644 --- a/admin/adminutil.php +++ b/admin/adminutil.php @@ -27,3 +27,4 @@ function getParent() return dirname(dirname(realpath(__FILE__))); } +?>
\ No newline at end of file diff --git a/admin/otb_test.php b/admin/otb_test.php index 35b3a97..b2fc99f 100644 --- a/admin/otb_test.php +++ b/admin/otb_test.php @@ -17,3 +17,4 @@ function pass2( { } +?>
\ No newline at end of file diff --git a/admin/texttest.php b/admin/texttest.php index a6f5e93..422dd1d 100644 --- a/admin/texttest.php +++ b/admin/texttest.php @@ -194,4 +194,4 @@ if ($totals['error'] || $totals['failure']) { exit(1); } - +?> diff --git a/admin/webtest.php b/admin/webtest.php index 61e6fa2..1076623 100644 --- a/admin/webtest.php +++ b/admin/webtest.php @@ -9,4 +9,4 @@ $gui = new PHPUnit_GUI_HTML(); $gui->addSuites($suites); $gui->show(); - +?> |