Skip to content

Commit

Permalink
Do not load database handler
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 5, 2018
1 parent 2e2cc55 commit 8785d69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/generate_filelist_xml.php
Expand Up @@ -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__).'/';
Expand Down

0 comments on commit 8785d69

Please sign in to comment.