[svn r13970] Activate anonymous mode as soon as reaching a course homepage

skala
Yannick Warnier 18 years ago
parent 9daa7942b2
commit bcd2b0e2c8
  1. 4
      main/course_home/course_home.php

@ -1,4 +1,4 @@
<?php // $Id: course_home.php 12904 2007-08-29 14:13:08Z elixir_julian $
<?php // $Id: course_home.php 13970 2007-12-05 16:56:20Z yannoo $
/*
==============================================================================
Dokeos - elearning and course management software
@ -73,7 +73,7 @@ width: 100%;
// name of the language file that needs to be included
$language_file[] = "course_home";
$use_anonymous = true;
// inlcuding the global file
include('../../main/inc/global.inc.php');

Loading…
Cancel
Save