From: <wis...@us...> - 2012-01-12 14:17:20
|
Revision: 8704 http://xoops.svn.sourceforge.net/xoops/?rev=8704&view=rev Author: wishcraft Date: 2012-01-12 14:17:09 +0000 (Thu, 12 Jan 2012) Log Message: ----------- Xortify 3.02 - for XOOPS 2.5 - Banning Notice Fixed - Xortify provider minor fixes - see changelog.txt Modified Paths: -------------- XoopsModules/xortify/releases/3.02/htdocs/modules/xortify/providers/xortify/post.loader.php Modified: XoopsModules/xortify/releases/3.02/htdocs/modules/xortify/providers/xortify/post.loader.php =================================================================== --- XoopsModules/xortify/releases/3.02/htdocs/modules/xortify/providers/xortify/post.loader.php 2012-01-12 09:32:18 UTC (rev 8703) +++ XoopsModules/xortify/releases/3.02/htdocs/modules/xortify/providers/xortify/post.loader.php 2012-01-12 14:17:09 UTC (rev 8704) @@ -66,7 +66,7 @@ XoopsCache::write('xortify_core_include_common_end', array('time'=>microtime(true)), $GLOBALS['xortifyModuleConfig']['fault_delay']); $_SESSION['xortify']['lid'] = $lid; setcookie('xortify', array('lid' => $lid), time()+3600*24*7*4*3); - header('Location: '.XOOPS_URL.'/modules/xortify/banned.php'); + header('Location: '.XOOPS_URL.'/banned.php'); exit(0); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |