|
|
|
|
@ -214,7 +214,7 @@ $exit = Session::read('exit_pixlr'); |
|
|
|
|
if (empty($exit)) { |
|
|
|
|
$location = api_get_path(WEB_CODE_PATH).'document/document.php?'.api_get_cidreq(); |
|
|
|
|
echo '<script>window.parent.location.href="'.$location.'"</script>'; |
|
|
|
|
api_not_allowed(true); |
|
|
|
|
exit; |
|
|
|
|
} else { |
|
|
|
|
echo '<div align="center" style="padding-top:150; font-family:Arial, Helvetica, Sans-serif;font-size:25px;color:#aaa;font-weight:bold;">'.get_lang('PleaseStandBy').'</div>'; |
|
|
|
|
$location = api_get_path(WEB_CODE_PATH).'document/document.php?id='.Security::remove_XSS($exit).'&'.api_get_cidreq(); |
|
|
|
|
|