Project

General

Profile

« Previous | Next » 

Revision 1473

Added by Dietmar almost 13 years ago

found more backlinks to fix
remove not working ftan in frontend
fixed redirect in login procedure (Tks to mr-fan)
update droplet LoginBox, additional parameter $redirect
remove double config call in media (Tks to Testör)

View differences:

modify_post.php
26 26
// Include WB admin wrapper script
27 27
require(WB_PATH.'/modules/admin.php');
28 28

  
29
$backlink = ADMIN_URL.'/pages/modify.php?page_id='.(int)$page_id;
29 30
$post_id = intval($admin->checkIDKEY('post_id', false, 'GET'));
30 31
if (!$post_id) {
31
	$admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'], ADMIN_URL);
32
	$admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'], $backlink);
32 33
}
33 34

  
34 35
// Get header and footer
......
255 256

  
256 257
// Print admin footer
257 258
$admin->print_footer();
258

  
259
?>

Also available in: Unified diff