~ubuntu-branches/ubuntu/maverick/mahara/maverick-updates

« back to all changes in this revision

Viewing changes to htdocs/view/blocks.json.php

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2010-04-06 21:07:03 UTC
  • mfrom: (6.3.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100406210703-rsxif0e1yyzr3a18
Tags: 1.2.4-1
* New upstream release
  - fix for SQL injection (CVE-2010-0400)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
define('INTERNAL', 1);
29
29
define('JSON', 1);
30
30
require(dirname(dirname(__FILE__)) . '/init.php');
31
 
require('view.php');
 
31
require_once('view.php');
32
32
 
33
33
$view = new View(param_integer('id'));
34
34
$change = param_boolean('change', false);