Merge branch 'MDL-26237' of git://github.com/stronk7/moodle

This commit is contained in:
Petr Skoda 2011-02-02 13:49:16 +01:00
commit e27b5b6b29
3 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
<?php
die(); // This (unsecure MDL-26237) stuff isn't used by moodle at all
/*
* $Id$
*

View File

@ -1,4 +1,5 @@
<?php
die(); // This (unsecure MDL-26237) stuff isn't used by moodle at all
/*
* $Id$
*