]> git.llucax.com Git - software/sercom-old.git/blobdiff - src/T/general.php
Se ordenan las entregas rechazadas.
[software/sercom-old.git] / src / T / general.php
index ebae9a0964ba7276fd6330a7052630c789cf4c87..97733d60b1be86eaf858a67dcf17c688c86d3c52 100644 (file)
@@ -1,6 +1,6 @@
 <?php // vim: set binary noeol et sw=4 sts=4:
 
 <?php // vim: set binary noeol et sw=4 sts=4:
 
-$VERSION = 0.2;
+$VERSION = 0.4;
 $NAME = 'sercom';
 
 define('DB_DATAOBJECT_NO_OVERLOAD', 0);
 $NAME = 'sercom';
 
 define('DB_DATAOBJECT_NO_OVERLOAD', 0);
@@ -21,6 +21,10 @@ foreach (array('.', '/etc', '/etc/'.$NAME) as $dir) {
         }
     }
 }
         }
     }
 }
+if (!$CONF) {
+    fputs(STDERR, "No se pudo abrir archivo de configuración!\n");
+    exit(1);
+}
 unset($cf, $dir);
 
 // Configuración de DB_DataObject
 unset($cf, $dir);
 
 // Configuración de DB_DataObject
@@ -93,10 +97,9 @@ require_once 'T/log.php';
 require_once 'T/code.php';
 // manejador de intentos
 require_once 'T/Intento.php';
 require_once 'T/code.php';
 // manejador de intentos
 require_once 'T/Intento.php';
-// data object
 
 unset($gconf);
 
 
 unset($gconf);
 
-logs("Iniciando {$argv[0]}...");
+logs('Iniciado');
 
 ?>
\ No newline at end of file
 
 ?>
\ No newline at end of file