mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-26237' of git://github.com/stronk7/moodle
This commit is contained in:
commit
e27b5b6b29
@ -18,5 +18,7 @@ Our changes: /// Look for "moodle" in code
|
||||
* src/reporter/HtmlCoverageReporter.php, src/reporter/html/indexheader.html,
|
||||
src/reporter/html/header.html, src/reporter/html/footer.html - various xhtml fixes
|
||||
* removed deprecated "=& new"
|
||||
* src/phpcoverage.remote.bottom.inc.php | => Prevent execution (not used and unsecure)
|
||||
src/phpcoverage.remote.top.inc.php |
|
||||
|
||||
20090621 - Eloy Lafuente (stronk7): Original import of 0.8.2 release
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
die(); // This (unsecure MDL-26237) stuff isn't used by moodle at all
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
die(); // This (unsecure MDL-26237) stuff isn't used by moodle at all
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user