| [ Index ] |
Documentación de MTHPortal v1.0 Alameda |
[Summary view] [Print] [Text view]
1 <? 2 /** 3 * index.php 4 * Última Modificación: 27 Marzo 2007 5 * @author Meth < mth at mthweb.org > 6 * @package MTHPortal 7 * @version 1.0 8 */ 9 //SI EXISTE database.conf.php ESTA INSTALADO Y ENTONCES 10 //NO EJECUTO EL INSTALADOR 11 if (file_exists('../database.conf.php')){ 12 header('Location: ../index.php'); 13 exit(); 14 } 15 16 17 18 include ('presentacion.php'); 19 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generado: Wed Mar 28 13:27:31 2007 | Realizado con PHPXref 0.7 |