| [ PHPXref.com ] | [ Generated: Sun Jul 20 19:47:53 2008 ] | [ phpMyVisites 2.1 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 * phpMyVisites : website statistics and audience measurements 4 * Copyright (C) 2002 - 2006 5 * http://www.phpmyvisites.net/ 6 * phpMyVisites is free software (license GNU/GPL) 7 * Authors : phpMyVisites team 8 */ 9 10 // $Id: index.php,v 1.49 2005/12/21 00:54:18 matthieu_ Exp $ 11 12 /** 13 * index de l'application 14 * 15 * 16 * @author xavier Lembo <xav@elix-dev.com> 17 * @since Thu Sep 01 21:03:50 CEST 2005 18 * @version $Id: index.php,v 1.49 2005/12/21 00:54:18 matthieu_ Exp $ 19 * @package phpmyvisites_v2 20 * 21 */ 22 23 24 define('INCLUDE_PATH', '.'); 25 define('PROFILING', false ); 26 @set_time_limit(0); 27 @error_reporting(E_ALL); 28 29 if(PROFILING) 30 xdebug_start_profiling(); 31 32 require_once INCLUDE_PATH . '/core/include/PmvConfig.class.php'; 33 require_once INCLUDE_PATH . '/core/include/ApplicationController.php'; 34 35 ApplicationController::init(); 36 37 if( Request::moduleIsNotAStrangeModule() ) 38 printTime('EOF', true); 39 40 if(PROFILING) 41 xdebug_dump_function_profile(1); 42 43 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |