[svn r10580] remove debug info

skala
Patrick Cool 18 years ago
parent 1aeb4384ea
commit f4003c79d2
  1. 4
      index.php

@ -20,7 +20,7 @@
/**
* @package dokeos.main
* @author Patrick Cool <patrick.cool@UGent.be>, Ghent University, Refactoring
* @version $Id: index.php 10579 2006-12-31 17:08:33Z pcool $
* @version $Id: index.php 10580 2006-12-31 17:13:48Z pcool $
* @todo check the different @todos in this page and really do them
* @todo check if the news management works as expected
*/
@ -67,8 +67,6 @@ include_once (api_get_path(LIBRARY_PATH).'formvalidator/FormValidator.class.php'
*/
if ($_GET['logout'])
{
echo 'test';
exit;
logout();
}

Loading…
Cancel
Save