Project

General

Profile

« Previous | Next » 

Revision 1393

Added by FrankH over 13 years ago

  1. Bugfix in Security fix

View differences:

modify.php
20 20
$template = new Template(WB_PATH.'/modules/code');
21 21
$template->set_file('page', 'htt/modify.htt');
22 22
$template->set_block('page', 'main_block', 'main');
23
require_once(WB_PATH.'/modules/admin.php');
24 23

  
25 24
// Get page content
26 25
$query = "SELECT content FROM ".TABLE_PREFIX."mod_code WHERE section_id = '$section_id'";

Also available in: Unified diff