Do not load database handler

This commit is contained in:
Laurent Destailleur 2018-06-05 18:21:56 +02:00
parent 2e2cc55350
commit 8785d69548

View File

@ -22,6 +22,8 @@
* \brief This script create a xml checksum file
*/
if (! defined('NOREQUIREDB')) define('NOREQUIREDB','1'); // Do not create database handler $db
$sapi_type = php_sapi_name();
$script_file = basename(__FILE__);
$path=dirname(__FILE__).'/';