]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/defaults.php
Ahora hereda de MECON_HTML_Page.
[mecon/meconlib.git] / lib / MECON / defaults.php
index 82ffcfe7d406eb768999843a0cf0b838e120916c..4f1c2461fcfd934475e32835745e740cfcdba34f 100644 (file)
@@ -44,6 +44,13 @@ if (!defined('MECON_DIR_FS')) {
     define('MECON_DIR_FS', '/var/www/meconlib');
 }
 
     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.
 if (!defined('MECON_DIR_CSS')) {
     /**
      * Directorio donde se encuentran las hojas de estilo.
@@ -69,14 +76,14 @@ if (!defined('MECON_DB_DSN')) {
     /**
      * DSN de la DB a usar por defecto.
      */
     /**
      * DSN de la DB a usar por defecto.
      */
-    define('MECON_DB_DSN', 'mysql://intranet:intranet@intranet-db.mecon.ar/intranet');
+    define('MECON_DB_DSN', 'mysql://intranet:intranet@localhost/intranet');
 }
 
 if (!defined('MECON_DB_OPTS')) {
     /**
      * Opciones de la DB a usar por defecto.
      */
 }
 
 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
 }
 
 ?>
\ No newline at end of file