| [ PHPXref.com ] | [ Generated: Sun Jul 20 18:29:34 2008 ] | [ Lodel CMS 0.7.3 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 * 4 * LODEL - Logiciel d'Edition ELectronique. 5 * 6 * Copyright (c) 2001-2002, Ghislain Picard, Marin Dacos 7 * Copyright (c) 2003, Ghislain Picard, Marin Dacos, Luc Santeramo, Nicolas Nutten, Anne Gentil-Beccot 8 * Copyright (c) 2004, Ghislain Picard, Marin Dacos, Luc Santeramo, Anne Gentil-Beccot, Bruno Cénou 9 * 10 * Home page: http://www.lodel.org 11 * 12 * E-Mail: lodel@lodel.org 13 * 14 * All Rights Reserved 15 * 16 * This program is free software; you can redistribute it and/or modify 17 * it under the terms of the GNU General Public License as published by 18 * the Free Software Foundation; either version 2 of the License, or 19 * (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.*/ 29 30 31 if (!file_exists("lodelconfig.php")) { header("location: lodeladmin/install.php"); exit; } 32 33 34 if (file_exists("siteconfig.php")) { 35 require ("siteconfig.php"); 36 } else { 37 require ("lodelconfig.php"); 38 } 39 require_once ($home."auth.php"); 40 authenticate(); 41 42 require ($home."calcul-page.php"); 43 calcul_page($context,"index"); 44 45 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |