summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2013-06-19 22:07:51 +0200
committerBenny Baumann <BenBE@geshi.org>2013-06-19 22:07:51 +0200
commit112033ca364acca4e6ead25abd3711c719bdb0dc (patch)
tree4267c8cc8a7e424ecf7e6379b0f7732f17af15fc
parent88236d82b81c9e742a24638922769e7f07c3bff8 (diff)
downloadcacert-devel-112033ca364acca4e6ead25abd3711c719bdb0dc.tar.gz
cacert-devel-112033ca364acca4e6ead25abd3711c719bdb0dc.tar.xz
cacert-devel-112033ca364acca4e6ead25abd3711c719bdb0dc.zip
bug 1102: avoid splitting the PHP code block when not sensiblebug-1102
-rw-r--r--pages/index/10.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/index/10.php b/pages/index/10.php
index 838d0b2..7280e09 100644
--- a/pages/index/10.php
+++ b/pages/index/10.php
@@ -14,8 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-*/ ?>
-<?php
+*/
+
header('HTTP/1.0 301 Moved Permanently');
header('Location: http://www.cacert.org/policy/CertificationPracticeStatement.php');
exit();