fixed scripts/addressdb/recalculate-netzgebiet-unit_count.php

This commit is contained in:
Frank Schubert
2025-01-09 15:13:02 +01:00
parent c84b14d640
commit aa0b36715b

View File

@@ -2,7 +2,7 @@
<?php
//require 'vendor/autoload.php';
require("../config/config.php");
require("../../config/config.php");
define('FRONKDB_SQLDEBUG', false);
error_reporting(E_ALL & ~(E_NOTICE | E_STRICT | E_DEPRECATED));