enrichissement/config/stockage.php

9 lines
275 B
PHP
Raw Normal View History

<?php
/** Dossiers locaux pour les documents a telecharger (PDF kbis, marques, etc...) **/
2012-01-30 21:09:14 +00:00
define('DOC_WEB_LOCAL', realpath('d:/www/dataenrichissement/').'/');
define('DOC_WEB_URL', '/data/');
/** LOGGING **/
2012-01-30 21:09:14 +00:00
define('LOG_PATH', realpath('d:/www/dataenrichissement/log/'));