From a5fbd1457659e6806c9e1ad9fe2ff14ddf284ea8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 1 Feb 2003 17:35:38 +0000 Subject: [PATCH] add facture change name of phpinfo --- htdocs/admin/index.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php index c31c402f3eb..222d8be7e48 100644 --- a/htdocs/admin/index.php +++ b/htdocs/admin/index.php @@ -41,6 +41,12 @@ print 'templates' . $conf->propal->templatesdir . ''; print 'output dir' . $conf->propal->outputdir . ''; print 'output url' . $conf->propal->outputurl . ''; +print 'Facture'; +print 'templates' . $conf->facture->templatesdir . ''; +print 'output dir' . $conf->facture->outputdir . ''; +print 'output url' . $conf->facture->outputurl . ''; + + if ($conf->fichinter->enabled) { print 'Fiche d\'intervention'; print 'templates' . $conf->fichinter->templatesdir . ''; @@ -67,7 +73,7 @@ print ''; $db = new Db(); -?> phpinfo phpinfo