diff --git a/htdocs/info.php3 b/htdocs/info.php3 index 285e57064cf..32bb30129af 100644 --- a/htdocs/info.php3 +++ b/htdocs/info.php3 @@ -1,8 +1,5 @@ - * - * $Id$ - * $Source$ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,6 +15,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * $Id$ + * $Source$ */ require("./pre.inc.php3"); @@ -27,15 +26,14 @@ print '
| css | ' . $conf->css . ' |
| theme | ' . $conf->theme . ' |
| Database | |
| Database | |
| type | ' . $conf->db->type . ' |
| host | ' . $conf->db->host . ' |
| user | ' . $conf->db->user . ' |
| pass | ' . $conf->db->pass . ' |
| Database name | ' . $conf->db->name . ' |
| Propale | |
| Propale | |
| templates | ' . $conf->propal->templatesdir . ' |
| output dir | ' . $conf->propal->outputdir . ' |
| output url | ' . $conf->propal->outputurl . ' |
| output url | ' . $conf->fichinter->outputurl . ' |
| Dons | |
| Paiement en ligne | ' . $conf->don->onlinepayment . ' |
| Don minimum | ' . $conf->don->minimum . ' |
| Webcal | |
| type | ' . $conf->webcal->db->type . ' |
| host | ' . $conf->webcal->db->host . ' |