PremNord Locations & Homes update
This commit is contained in:
@@ -91,9 +91,8 @@ class mfRouter {
|
||||
if($_SERVER['REQUEST_METHOD'] == "POST" && $umod == "mfLogin" && $uaction == "Login") {
|
||||
// try to extract baseurl from env
|
||||
// may not work on all webservers
|
||||
$virtual = preg_replace('@/+$@', "", $_SERVER["REQUEST_URI"]);
|
||||
$virtual = preg_replace('@/+(\?.*)+$@', "", $_SERVER["REQUEST_URI"]);
|
||||
$real = preg_replace('@/+$@', "", $_SERVER['PHP_SELF']);
|
||||
|
||||
$virtual_parts = explode("/", $virtual);
|
||||
$real_parts = explode("/", $real);
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ require_once(LIBDIR."/mvcfronk/mfBase/mfBaseController.php");
|
||||
|
||||
$me = new User(1);
|
||||
|
||||
$filename = __DIR__."/import/SDIBuilding__Locations__FTTx__PremNord_20230727.csv";
|
||||
$filename = __DIR__."/import/SDIBuilding__Locations__FTTx_PremNord_20230808.csv";
|
||||
|
||||
$db = FronkDB::singleton(ADDRESSDB_DBHOST, ADDRESSDB_DBUSER, ADDRESSDB_DBPASS, ADDRESSDB_DBNAME);
|
||||
$log = mfLoghandler::singleton();
|
||||
|
||||
@@ -13,7 +13,7 @@ require_once(LIBDIR."/mvcfronk/mfBase/mfBaseController.php");
|
||||
|
||||
$me = new User(1);
|
||||
|
||||
$filename = __DIR__."/import/SDIHome__Homes_PremNord_20230724.csv";
|
||||
$filename = __DIR__."/import/SDIHome__Homes_PremNord_20230829.csv";
|
||||
|
||||
$db = FronkDB::singleton(ADDRESSDB_DBHOST, ADDRESSDB_DBUSER, ADDRESSDB_DBPASS, ADDRESSDB_DBNAME);
|
||||
$log = mfLoghandler::singleton();
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user