blank.php 237 B

1234567891011121314
  1. <?php //$id: $
  2. /**
  3. * Script that displays a blank page (with later a message saying why)
  4. * @package dokeos.learnpath
  5. * @author Yannick Warnier <ywarnier@beeznest.org>
  6. */
  7. /**
  8. * Script
  9. */
  10. ?>
  11. <html>
  12. <body>
  13. </body>
  14. </html>