Merged from MOODLE_15_STABE: prevent stuff being sent to the browser before config.php being included

This commit is contained in:
mjollnir_ 2005-08-31 02:30:20 +00:00
parent 42c354fddd
commit d89d870bf5

View file

@ -1,11 +1,11 @@
<!-- <?php
################################################################################# #################################################################################
## ##
## $Id$ ## $Id$
## ##
################################################################################# #################################################################################
-->
<?php
include('../../../config.php'); include('../../../config.php');
$pixpath = "$CFG->pixpath/s"; $pixpath = "$CFG->pixpath/s";