Browse Source

Custom pages : removes debug in index-logged

Noel Dieschburg 13 years ago
parent
commit
2c1608d12d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      custompages/index-logged.php

+ 0 - 2
custompages/index-logged.php

@@ -1,8 +1,6 @@
 <?php 
-echo "toto";
 require_once('main/inc/global.inc.php');
 //require_once api_get_path(LIBRARY_PATH).'usermanager.lib.php';
-echo "toto";
 
 header("Location: /user_portal.php");
 ?>