[Pkg-mozext-commits] [requestpolicy] 46/257: [ref] php files: remove `?>` at EOF
David Prévot
taffit at moszumanska.debian.org
Thu Jan 28 03:19:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository requestpolicy.
commit cafbce1cbb1ac80d974b8aecb3d71444de68f1a5
Author: Martin Kimmerle <dev at 256k.de>
Date: Wed Sep 2 08:50:50 2015 +0200
[ref] php files: remove `?>` at EOF
---
tests/content/redirect-http-location-header-png.php | 1 -
tests/content/redirect-http-location-header.php | 1 -
tests/content/redirect-http-refresh-header.php | 1 -
3 files changed, 3 deletions(-)
diff --git a/tests/content/redirect-http-location-header-png.php b/tests/content/redirect-http-location-header-png.php
index 7ea52e7..88eab21 100644
--- a/tests/content/redirect-http-location-header-png.php
+++ b/tests/content/redirect-http-location-header-png.php
@@ -1,4 +1,3 @@
<?php
header('Location: http://www.otherdomain.test/subdirectory/flag-gray.png');
header('Content-Type: image/png');
-?>
diff --git a/tests/content/redirect-http-location-header.php b/tests/content/redirect-http-location-header.php
index 5b4be1f..93712c9 100644
--- a/tests/content/redirect-http-location-header.php
+++ b/tests/content/redirect-http-location-header.php
@@ -1,3 +1,2 @@
<?php
header('Location: http://www.otherdomain.test');
-?>
diff --git a/tests/content/redirect-http-refresh-header.php b/tests/content/redirect-http-refresh-header.php
index 184ecf4..e9e31f2 100644
--- a/tests/content/redirect-http-refresh-header.php
+++ b/tests/content/redirect-http-refresh-header.php
@@ -1,3 +1,2 @@
<?php
header('Refresh: 0; url=http://www.otherdomain.test');
-?>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git
More information about the Pkg-mozext-commits
mailing list