Comment: [Réglé] Plantouille
| << Previous | Next >> |
Elrik : Je viens de reproduire le même phénomène en renomant shared/parameters.include.php.
Si tu souhaites le reconstruire manuellement, voici son contenu :
Si tu souhaites le reconstruire manuellement, voici son contenu :
(SYMBOLE INFERIEUR)?php
// This file has been created by the configuration script
control/configure.php
// on April 13, 2006, 11:31 am GMT, for Lobster. Please do not modify it
manually.
global $context;
$context['database_server']='localhost';
$context['database_user']='USERNAME';
$context['database_password']='PASSWORD';
$context['database']='DBNAME';
$context['table_prefix']='_';
$context['with_email']='N';
$context['mail_smtp_server']='';
$context['mail_from']='';
$context['mail_logger_recipient']='';
$context['mail_pop3_server']='';
$context['mail_pop3_user']='';
$context['mail_pop3_password']='';
$context['proxy_server']='';
$context['proxy_user']='';
$context['proxy_password']='';
$context['debug_mail']='N';
$context['preferred_language']='fr';
$context['skin']='skins/SKIN_NAME';
$context['url_to_root']='/';
$context['with_compression']='Y';
$context['with_cron']='N';
$context['with_friendly_urls']='Y';
$context['without_cache']='N';
$context['without_http_cache']='N';
$context['without_language_detection']='Y';
?(SYMBOLE SUPERIEUR)
en rempplaçant les variables en majuscules.
by GnapZ on Apr. 13 2006