mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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$
|
||||
##
|
||||
#################################################################################
|
||||
-->
|
||||
<?php
|
||||
|
||||
include('../../../config.php');
|
||||
$pixpath = "$CFG->pixpath/s";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue