mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merged from MOODLE_15_STABE: prevent stuff being sent to the browser before config.php being included
This commit is contained in:
parent
42c354fddd
commit
d89d870bf5
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
<!--
|
<?php
|
||||||
|
|
||||||
#################################################################################
|
#################################################################################
|
||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
#################################################################################
|
#################################################################################
|
||||||
-->
|
|
||||||
<?php
|
|
||||||
include('../../../config.php');
|
include('../../../config.php');
|
||||||
$pixpath = "$CFG->pixpath/s";
|
$pixpath = "$CFG->pixpath/s";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue