]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/defaults.php
Le faltaba un reuiqre html_link a tabla
[mecon/meconlib.git] / lib / MECON / defaults.php
index 82ffcfe7d406eb768999843a0cf0b838e120916c..f53f80d9364bd8e22ab32cffa9c2b6a1599a0f00 100644 (file)
@@ -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