changed git call from https to git readonly
[atutor.git] / mods / wiki / tools / cron.d / S01textplainout.php
1 <?php
2 /*
3    Signalise that we only output plain text here, so you can start up
4    the run-parts.php script with your browser and see what's going on.
5 */
6
7 #-- but only if we got run with a direct URL
8 if (!$_GET && !$_POST) {
9    header("Content-Type: text/plain");
10    ini_set("html_errors", 0);
11    ob_implicit_flush(1);
12 }
13
14 ?>