/[openfoncier]/trunk/dyn/debug.inc.php
ViewVC logotype

Annotation of /trunk/dyn/debug.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 332 - (hide annotations)
Tue May 29 10:08:00 2012 UTC (12 years, 8 months ago) by fraynaud
File size: 461 byte(s)
mise au pt sig form


1 fraynaud 3 <?php
2     /**
3     * Ce fichier contient le parametrage pour le mode debug
4     *
5     * @package openmairie_exemple
6     * @version SVN: $Id: debug.inc.php 295 2010-12-03 08:32:57Z fmichon $
7     */
8    
9     /**
10 fraynaud 326 d *
11 fraynaud 3 */
12     (defined("PATH_OPENMAIRIE") ? "" : define("PATH_OPENMAIRIE", ""));
13     require_once PATH_OPENMAIRIE."om_debug.inc.php";
14    
15     /**
16     *
17     */
18 fraynaud 327 //
19 fraynaud 332 //define('DEBUG', EXTRA_VERBOSE_MODE);
20 fraynaud 3 //define('DEBUG', VERBOSE_MODE);
21 fraynaud 202 //define('DEBUG', DEBUG_MODE);
22 fraynaud 332 define('DEBUG', PRODUCTION_MODE);
23 fraynaud 3
24     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26