mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
commenting out unused code so that it does not confuse IDEs
This commit is contained in:
parent
b475d8bd34
commit
adfc4d7c25
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
die;die;die;
|
die;die;die;
|
||||||
|
/*
|
||||||
if (empty($CFG->unittestprefix)) {
|
if (empty($CFG->unittestprefix)) {
|
||||||
die;
|
die;
|
||||||
}
|
}
|
||||||
|
@ -91,3 +91,4 @@ die;die;die;
|
||||||
|
|
||||||
|
|
||||||
redirect('index.php');
|
redirect('index.php');
|
||||||
|
*/
|
Loading…
Add table
Add a link
Reference in a new issue