diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:26:37 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:26:37 +0200 |
commit | 19cdd5e2fde57d53f05570cd50f5ffd223182566 (patch) | |
tree | ed6a50c73c16b3c5a2cee8c8954e46268c256ee3 /appli_3_alpha_old/app/include/ludo/config.inc.php | |
parent | 3c8d3719af0f77f8a01881b022e548d3a7d4604e (diff) | |
download | 2007-AWOR-19cdd5e2fde57d53f05570cd50f5ffd223182566.tar.gz 2007-AWOR-19cdd5e2fde57d53f05570cd50f5ffd223182566.tar.bz2 2007-AWOR-19cdd5e2fde57d53f05570cd50f5ffd223182566.zip |
Renommage pour diff entre appli_3_alpha_old et beta_old1
Diffstat (limited to 'appli_3_alpha_old/app/include/ludo/config.inc.php')
-rw-r--r-- | appli_3_alpha_old/app/include/ludo/config.inc.php | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/appli_3_alpha_old/app/include/ludo/config.inc.php b/appli_3_alpha_old/app/include/ludo/config.inc.php deleted file mode 100644 index 51d6d73..0000000 --- a/appli_3_alpha_old/app/include/ludo/config.inc.php +++ /dev/null @@ -1,73 +0,0 @@ -<?php -$CONFIG = array -( - 'adminMail' => 'jmi@iut-blagnac.fr', - 'automatedMail' => 'no_reply@iut-blagnac.fr', - 'AUTH' => array - ( - 'POP' => array - ( - 'SERVERS' => array - ( - 'wanadoo.fr' => array - ( - 'subdomain' => 'pop.orange.fr', - 'port' => 110, - 'username_is_full_mail' => false - ), - 'orange.fr' => array - ( - 'subdomain' => 'pop.orange.fr', - 'port' => 110, - 'username_is_full_mail' => false - ) - ) - ), - 'bypass_if_local' => false - ), - 'CSS' => array - ( - 'CHOOSER_LIST' => array - ( - // 'nom à afficher' => 'nom_fichier_sans_extension' - 'standard' => 'ice', - 'Glace (ancien)' => 'ice_moche', - 'bleu' => 'style1' - ) - ), - 'MAIL' => array - ( - 'TEMPLATES' => array - ( - 'cree' => array - ( - 'caption' => 'Nouvelle Réunion', - 'tpl_file' => 'mail_cree.php' - ), - 'modif' => array - ( - 'caption' => 'Réunion modifiée', - 'tpl_file' => 'mail_modif.php' - ), - 'annul' => array - ( - 'caption' => 'Réunion annulée', - 'tpl_file' => 'mail_annul.php' - ), - 'fixee' => array - ( - 'caption' => 'Réunion fixée', - 'tpl_file' => 'mail_fixee.php' - ) - ) - ), - 'SUPERUSERS' => array ('jeremie.denoyer', 'lpouzenc'), - 'UPLOAD' => array - ( - 'accepted_files' => array - ( - 'jpg', 'jpeg', 'gif', 'png', 'svg', 'pdf', 'ps', 'txt', 'rtf', 'csv', 'doc', 'docx', 'ppt', 'xls', 'sxw','sxp','sxd', 'odt', 'odg', 'odp', 'avi', 'mpg', 'mpeg', 'rm', 'flv', 'mp3', 'mp4', 'ogg','htm','html','zip', 'rar', 'tar', 'gz', 'bz2', 'ace' - ) - ) -); -?> |