From e432ca74a001941a7c7b116a2fc42234b466ff6f Mon Sep 17 00:00:00 2001 From: "florian.azizian" <florian.azizian@maarch.org> Date: Fri, 21 Dec 2018 12:07:30 +0100 Subject: [PATCH] RM xml file --- modules/visa/batch/config/config.xml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 modules/visa/batch/config/config.xml diff --git a/modules/visa/batch/config/config.xml b/modules/visa/batch/config/config.xml deleted file mode 100755 index 4385691085a..00000000000 --- a/modules/visa/batch/config/config.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<ROOT> - <CONFIG> - <MaarchDirectory>/var/www/html/maarchdev/</MaarchDirectory> - <CustomId>cs_maarchdev</CustomId> - <validatedStatus>VAL</validatedStatus> - <refusedStatus>COU</refusedStatus> - <applicationUrl>http://localhost/maarchdev/cs_maarchdev/</applicationUrl> - <userWS>superadmin</userWS> - <passwordWS>superadmin</passwordWS> - </CONFIG> - <LOG4PHP> - <enabled>true</enabled> - <Log4PhpLogger>loggerTechnique</Log4PhpLogger> - <Log4PhpBusinessCode>retrieveMailsFromSignatoryBook</Log4PhpBusinessCode> - <Log4PhpConfigPath>/var/www/html/maarchdev/apps/maarch_entreprise/xml/log4php.xml</Log4PhpConfigPath> - </LOG4PHP> -</ROOT> -- GitLab