Alternc  latest
Alternc logiel libre pour l'hébergement
alternc-changepass.conf
Go to the documentation of this file.
1 <?php
2 // This is the configuration file of AlternC-changepass plugin for Squirrelmail
3 // It is overwritten by alternc.install (precisely in squirrelmail-install subscript)
4 
5 define("ALTERNC_CHANGEPASS_LOC","%%ALTERNC_LOC%%");
6 define("ALTERNC_CHANGEPASS_MYSQL_HOST","%%dbhost%%");
7 define("ALTERNC_CHANGEPASS_MYSQL_USER","%%squirrelmail-login%%"); // 2000_squirrelmail
8 define("ALTERNC_CHANGEPASS_MYSQL_PASSWORD","%%squirrelmail-password%%"); // een3ooCi
9 define("ALTERNC_CHANGEPASS_MYSQL_DB","%%dbname%%");
10