BUG 7388 Resolved session in dynaform edit
This commit is contained in:
@@ -25,6 +25,15 @@
|
|||||||
* @Author Erik Amaru Ortiz <erik@colosa.com>
|
* @Author Erik Amaru Ortiz <erik@colosa.com>
|
||||||
* @Date Aug 26th, 2009
|
* @Date Aug 26th, 2009
|
||||||
*/
|
*/
|
||||||
|
if(!((isset( $_SESSION['USER_LOGGED'] ))&&(!(isset($_GET['sid']))))||!isset($_SESSION['Current_Dynafom'])) {
|
||||||
|
$oHeadPublisher =& headPublisher::getSingleton();
|
||||||
|
$oHeadPublisher->addScriptCode("
|
||||||
|
window.parent.location.href = '../processes/mainInit';
|
||||||
|
");
|
||||||
|
G::RenderPage('publish');
|
||||||
|
exit();
|
||||||
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
Reference in New Issue
Block a user