]> git.llucax.com Git - software/sercom-old.git/blobdiff - src/T/general.php
Bugfix (se corrige bien el bug del from).
[software/sercom-old.git] / src / T / general.php
index 75478e56364def6b01ec8fed5cf5f50d4c2ca593..b320aee173aa3d3ae25879088d528251a45c0f98 100644 (file)
@@ -1,12 +1,12 @@
 <?php // vim: set binary noeol et sw=4 sts=4:
 
-$VERSION = 0.3;
+$VERSION = 0.4;
 $NAME = 'sercom';
 
 define('DB_DATAOBJECT_NO_OVERLOAD', 0);
 
 // Seteo umask para que el grupo pueda leer.
-umask(00027);
+umask(00022);
 
 // constantes de logging
 require_once 'T/logconstants.php';