[ Index ]
 

Code source de phpMyVisites 2.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/ -> index.php (source)

   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 220 2007-06-27 10:01:07Z matthieu_ $

  11  
  12  define('INCLUDE_PATH', '.');
  13  define('PLUGINS_PATH', INCLUDE_PATH."/plugins/");
  14  // For profiling, XDEBUG 2.x generates .out to be analysed with KcacheGrind or WinCacheGrind

  15  @set_time_limit(0);
  16  @error_reporting(E_ALL);
  17  
  18  require_once  INCLUDE_PATH . '/core/include/PmvConfig.class.php';
  19  require_once  INCLUDE_PATH . '/core/include/ApplicationController.php';
  20  
  21  
  22  ApplicationController::init();
  23  
  24  if(    Request::moduleIsNotAStrangeModule() )
  25      printTime('EOF', PRINT_TIME);
  26  ?>


Généré le : Mon Nov 26 14:10:01 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics