fixed include for ADBWohneinheitContactManager
This commit is contained in:
@@ -394,4 +394,7 @@
|
||||
'json');
|
||||
}
|
||||
</script>
|
||||
<script src="<?= self::getResourcePath() ?>js/pages/AddressDB/ADBWohneinheitContactManager.js"></script>
|
||||
<script src="<?= self::getResourcePath() ?>plugins/axios/axios.min.js"></script>
|
||||
<script src="<?= self::getResourcePath() ?>plugins/axios/axios.inject.js"></script>
|
||||
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/footer.php"); ?>
|
||||
|
||||
@@ -1,10 +1,18 @@
|
||||
<?php
|
||||
/*
|
||||
* SOPP - SBIDI Network Operations Plattform
|
||||
* SOPP - SBIDI Network Operations Plattform
|
||||
*/
|
||||
// phpinfo(); exit;
|
||||
define('mfUI',"web");
|
||||
|
||||
// set max mem to 6GB
|
||||
ini_set('memory_limit', '6G');
|
||||
|
||||
// display all errors
|
||||
ini_set('display_errors', '1');
|
||||
ini_set('display_startup_errors', '1');
|
||||
error_reporting(E_ALL & ~(E_NOTICE | E_STRICT | E_DEPRECATED));
|
||||
|
||||
if(file_exists("../config/config.php")) {
|
||||
require("../config/config.php");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user