[svn r14699] Missing api_protect_course_script (see FS#2403 )

skala
Julio Montoya 18 years ago
parent 9b67e24498
commit 5f840878cb
  1. 3
      main/forum/forumsearch.php
  2. 8
      main/group/group.php
  3. 3
      main/user/user.php

@ -51,6 +51,9 @@ require ('../inc/global.inc.php');
// the section (tabs)
$this_section=SECTION_COURSES;
// notice for unauthorized people.
api_protect_course_script(true);
// including additional library scripts
require_once (api_get_path(LIBRARY_PATH).'formvalidator/FormValidator.class.php');
include_once (api_get_path(LIBRARY_PATH).'groupmanager.lib.php');

@ -3,7 +3,7 @@
===============================================================================
Dokeos - elearning and course management software
Copyright (c) 2004 Dokeos S.A.
Copyright (c) 2004-2008 Dokeos S.A.
Copyright (c) 2003 Ghent University (UGent)
Copyright (c) 2001 Universite catholique de Louvain (UCL)
Copyright (c) Roan Embrechts (Vrije Universiteit Brussel)
@ -19,7 +19,8 @@
See the GNU General Public License for more details.
Contact: Dokeos, 181 rue Royale, B-1000 Brussels, Belgium, info@dokeos.com
Contact address: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium
===============================================================================
*/
/**
@ -46,6 +47,9 @@ $language_file = "group";
include ('../inc/global.inc.php');
$this_section=SECTION_COURSES;
// notice for unauthorized people.
api_protect_course_script(true);
$nameTools = get_lang("GroupManagement");
/*

@ -52,6 +52,9 @@ $language_file = array('registration','admin','userInfo');
$use_anonymous = true;
require_once ("../inc/global.inc.php");
$this_section = SECTION_COURSES;
// notice for unauthorized people.
api_protect_course_script(true);
/*
-----------------------------------------------------------
Libraries

Loading…
Cancel
Save