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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2264 - (hide annotations)
Mon Sep 9 07:59:57 2013 UTC (11 years, 4 months ago) by fmichon
File size: 461 byte(s)
Mise à niveau openmairie 4.4.0

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26