/[openfoncier]/branches/3.14.0-b13/dyn/debug.inc.php
ViewVC logotype

Contents of /branches/3.14.0-b13/dyn/debug.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 825 - (show annotations)
Fri Nov 23 16:34:55 2012 UTC (12 years, 2 months ago) by mlimic
Original Path: trunk/dyn/debug.inc.php
File size: 447 byte(s)
Suppression des modifications dans les fichiers dyn/debug.inc.php dyn/database.inc.php

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26