<?php // vim: set binary noeol et sw=4 sts=4:
-$VERSION = 0.2;
+$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';
unset($gconf);
-logs("Iniciando {$argv[0]}...");
+logs('Iniciado');
?>
\ No newline at end of file