1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

Reverting code back, home it works.

This commit is contained in:
mcfly
2009-09-08 02:00:48 +00:00
parent 0fbd035681
commit 3a367901e1
9 changed files with 391 additions and 1816 deletions

View File

@@ -3,7 +3,7 @@
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_post.php,v $
| $Revision: 1.37 $
| $Date: 2009-09-06 04:30:46 $
| $Revision: 1.38 $
| $Date: 2009-09-08 02:00:41 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
@@ -22,8 +22,6 @@ require_once('../../class2.php');
$lan_file = e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_post.php';
include(file_exists($lan_file) ? $lan_file : e_PLUGIN.'forum/languages/English/lan_forum_post.php');
e107::getScParser();
if (isset($_POST['fjsubmit']))
{
header('location:'.$e107->url->getUrl('forum', 'thread', array('func' => 'view', 'id'=>$_POST['forumjump'])));