MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

This commit is contained in:
Petr Skoda
2009-11-01 10:57:00 +00:00
parent f578af59fc
commit 20207b827a
41 changed files with 124 additions and 124 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<?PHP // $Id$
<?php
// phpinfo.php - shows phpinfo for the current server
require_once("../config.php");
@@ -30,4 +30,4 @@
echo $OUTPUT->footer();
?>