[svn r11322] Shorten relative URL for global.inc.php include

skala
Yannick Warnier 19 years ago
parent 26386ef982
commit 33a6e7716a
  1. 4
      main/course_home/course_home.php

@ -1,4 +1,4 @@
<?php // $Id: course_home.php 11122 2007-02-15 14:51:33Z elixir_julian $
<?php // $Id: course_home.php 11322 2007-03-02 09:14:15Z yannoo $
/*
==============================================================================
Dokeos - elearning and course management software
@ -89,7 +89,7 @@ $section = "course";
$language_file = "course_home";
// inlcuding the global file
include('../../main/inc/global.inc.php');
include('../inc/global.inc.php');
if(isset($_SESSION['_gid'])){
unset($_SESSION['_gid']);

Loading…
Cancel
Save