summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-06-14 21:20:27 +0000
committerNick Palmer <nick@sluggardy.net>2007-06-14 21:20:27 +0000
commite6660a1b646487d8bd024058b720761c4dabe508 (patch)
tree21a35a7028449129478c6f808fcaf0f8d0e8a0a1 /edit.php
parentb96854ae8e1e18ba7d64cfe18e8eb76b1c71bece (diff)
downloadwiki-e6660a1b646487d8bd024058b720761c4dabe508.tar.gz
wiki-e6660a1b646487d8bd024058b720761c4dabe508.tar.bz2
wiki-e6660a1b646487d8bd024058b720761c4dabe508.zip
Add die after header() call.
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/edit.php b/edit.php
index 3f1dbe0..7d213b2 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/edit.php,v 1.35 2007/06/01 15:16:49 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/edit.php,v 1.36 2007/06/14 21:20:27 nickpalmer Exp $
*
* Copyright( c ) 2004 bitweaver.org
* Copyright( c ) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: edit.php,v 1.35 2007/06/01 15:16:49 squareing Exp $
+ * $Id: edit.php,v 1.36 2007/06/14 21:20:27 nickpalmer Exp $
* @package wiki
* @subpackage functions
*/
@@ -400,6 +400,7 @@ if( isset( $_REQUEST["fCancel"] ) ) {
}
header( "Location: ".$gContent->getDisplayUrl() );
+ die;
} else {
$formInfo = $_REQUEST;
$formInfo['data'] = &$_REQUEST['edit'];