enrichissement/config/stockage.php

9 lines
303 B
PHP
Raw Normal View History

<?php
/** Dossiers locaux pour les documents a telecharger (PDF kbis, marques, etc...) **/
2013-01-25 17:03:09 +01:00
define('DOC_WEB_LOCAL', realpath('C:/Users/mricois/www/dataenrichissement/').'/');
define('DOC_WEB_URL', '/data/');
/** LOGGING **/
2013-01-25 17:03:09 +01:00
define('LOG_PATH', realpath('C:/Users/mricois/www/dataenrichissement/log/'));