Remove unneeded require_once

ofaj
jmontoyaa 9 years ago
parent 53a47e5f2f
commit e3f1a86dc1
  1. 5
      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
*/

Loading…
Cancel
Save