<?php // vim: set binary noeol et sw=4 sts=4:
-$VERSION = 0.2;
+$VERSION = 0.4;
$NAME = 'sercom';
define('DB_DATAOBJECT_NO_OVERLOAD', 0);
}
}
}
+if (!$CONF) {
+ fputs(STDERR, "No se pudo abrir archivo de configuración!\n");
+ exit(1);
+}
unset($cf, $dir);
// Configuración de DB_DataObject
unset($gconf);
-logs("Iniciando {$argv[0]}...");
+logs('Iniciado');
?>
\ No newline at end of file