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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 370 - (hide annotations)
Thu Aug 2 08:22:35 2012 UTC (12 years, 6 months ago) by fraynaud
File size: 447 byte(s)
debug = production


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 fraynaud 362
10 fraynaud 3 (defined("PATH_OPENMAIRIE") ? "" : define("PATH_OPENMAIRIE", ""));
11     require_once PATH_OPENMAIRIE."om_debug.inc.php";
12    
13     /**
14     *
15     */
16 fraynaud 362
17 fraynaud 370 //define('DEBUG', EXTRA_VERBOSE_MODE);
18 fraynaud 3 //define('DEBUG', VERBOSE_MODE);
19 fraynaud 202 //define('DEBUG', DEBUG_MODE);
20 fraynaud 370 define('DEBUG', PRODUCTION_MODE);
21 fraynaud 3
22     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26