[svn r14311] Add anonymous mode to this tool. Fixes part of FS#2125

skala
Yannick Warnier 18 years ago
parent 3d56b78efd
commit 4ece988624
  1. 5
      main/announcements/announcements.php

@ -1,4 +1,4 @@
<?php //$Id: announcements.php 14310 2008-02-19 03:17:51Z yannoo $
<?php //$Id: announcements.php 14311 2008-02-19 04:07:07Z yannoo $
/*
==============================================================================
Dokeos - elearning and course management software
@ -45,6 +45,9 @@ $language_file[] = "announcements";
$language_file[] = "group";
$language_file[] = "survey";
// use anonymous mode when accessing this course tool
$use_anonymous = true;
// setting the global file that gets the general configuration, the databases, the languages, ...
include('../inc/global.inc.php');
$this_section=SECTION_COURSES;

Loading…
Cancel
Save