Project

General

Profile

« Previous | Next » 

Revision 1457

Added by Dietmar almost 13 years ago

Preparing 2.8.2 stable, last tests

View differences:

delete_field.php
11 11
 * @platform        WebsiteBaker 2.8.x
12 12
 * @requirements    PHP 5.2.2 and higher
13 13
 * @version         $Id$
14
 * @filesource		$HeadURL:  $
15
 * @lastmodified    $Date:  $
14
 * @filesource		$HeadURL$
15
 * @lastmodified    $Date$
16 16
 * @description     
17 17
 */
18 18

  
......
26 26
$field_id = $admin->checkIDKEY('field_id', false, 'GET');
27 27
if (!$field_id) {
28 28
 $admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'], ADMIN_URL.'/pages/modify.php?page_id='.$page_id);
29
 exit();
30 29
}
31 30

  
32 31
// Delete row
......
46 45

  
47 46
// Print admin footer
48 47
$admin->print_footer();
49

  
50
?>
51 48

  

Also available in: Unified diff