commenting out unused code so that it does not confuse IDEs

This commit is contained in:
Petr Skoda 2010-09-17 09:39:00 +00:00
parent b475d8bd34
commit adfc4d7c25

View file

@ -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');
*/