Uses some profile informations (pormotions) to retrieve a login.
[platal.git] / include / webservices / manageurs.server.inc.php
index 06042bc..0373eb8 100644 (file)
@@ -175,7 +175,6 @@ function get_nouveau_infos($method, $params) {
     }
     // We check we actually have an identification number.
     if(!empty($params[1])) {
-        require_once 'directory.enums.inc.php';
         $nameTypes = DirEnum::getOptions(DirEnum::NAMETYPES);
         $nameTypes = array_flip($nameTypes);