소스 검색

Remove unneeded require_once

jmontoyaa 9 년 전
부모
커밋
e3f1a86dc1
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      custompages/first_login-dist.php

+ 1 - 4
custompages/first_login-dist.php

@@ -4,12 +4,9 @@
  * Quick page to react to first login cases
  * @package chamilo.custompages
  */
-/**
- * Initialization
- */
 require_once('language.php');
 require_once(dirname(__FILE__).'/../main/inc/global.inc.php');
-require_once (api_get_path(LIBRARY_PATH).'usermanager.lib.php');
+
 /**
  * Security checks
  */