X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/c1ba82d00e8707bcb20f8fbb3619ab660ebfaaaa..c2de4e857201181b73e0da3064f53ff5cc8ce2f0:/lib/MECON/defaults.php diff --git a/lib/MECON/defaults.php b/lib/MECON/defaults.php index 82ffcfe..f53f80d 100644 --- a/lib/MECON/defaults.php +++ b/lib/MECON/defaults.php @@ -44,6 +44,13 @@ if (!defined('MECON_DIR_FS')) { define('MECON_DIR_FS', '/var/www/meconlib'); } +if (!defined('MECON_DIR_FS_IMG')) { + /** + * Directorio de imagenes respecto del sistema de archivos. + */ + define('MECON_DIR_FS_IMG', MECON_DIR_FS.'/www/images'); +} + if (!defined('MECON_DIR_CSS')) { /** * Directorio donde se encuentran las hojas de estilo. @@ -76,7 +83,7 @@ if (!defined('MECON_DB_OPTS')) { /** * Opciones de la DB a usar por defecto. */ - define('MECON_DB_OPTS', array('persistent' => true)); + //define('MECON_DB_OPTS', array('persistent' => true)); } ?> \ No newline at end of file