From ef7028ba7dd6d4886a5b966ea5f003361945c200 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sun, 25 Jan 2004 17:25:36 +0000 Subject: [PATCH] =?utf8?q?exemple=20de=20config,=20=E0=20nettoyer?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- install.d/config.xorg.inc.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 install.d/config.xorg.inc.php diff --git a/install.d/config.xorg.inc.php b/install.d/config.xorg.inc.php new file mode 100644 index 0000000..0658697 --- /dev/null +++ b/install.d/config.xorg.inc.php @@ -0,0 +1,35 @@ +dbhost='localhost'; +$globals->dbdb = 'x4dat'; +$globals->dbuser = $no_update_bd ? 'webro' : 'web'; +$globals->dbpwd="*******"; +$globals->root="..."; +$globals->libroot="..."; + +/* les parametres pour se connecter au serveur NNTP */ +if (!isset($news_server)) $news_server="localhost"; +if (!isset($news_port)) $news_port=119; +if (!isset($news_auth_pass)) $news_auth_pass="***"; + +/* acces a la page marketing */ +$marketing_admin = array(); + +/* définir sur le site de dev */ +if (!isset($site_dev)) $site_dev=true; + +$globals->spoolroot="***"; + +// legacy +$dbhost = $globals->dbhost; // recherche.php : 303 +$dbuser = $globals->dbuser; +$dbpwd = $globals->dbpwd; +$xdat = $globals->dbdb; +?> -- 2.1.4