mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-23 01:03:23 -05:00
This resolves the issue with user defined arrays (local_configurations) not carrying over.
* include works, too, and in this paticular code would not provide a disadvantage
This commit is contained in:
parent
814a2bc4b6
commit
5695fe8b07
@ -105,6 +105,13 @@ $transactions_with_membership_benefits = array( "Stand Time" => true,
|
|||||||
"Car Racks" => true
|
"Car Racks" => true
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/*********
|
||||||
|
BANNED IDS
|
||||||
|
**********/
|
||||||
|
|
||||||
|
// Ban those pesky individuals who continually refuse to follow policies and safer space agreements by contact_id
|
||||||
|
$banned_individuals = array();
|
||||||
|
|
||||||
/*******
|
/*******
|
||||||
CONTACTS
|
CONTACTS
|
||||||
********/
|
********/
|
||||||
@ -263,7 +270,7 @@ define('SHOW_SHOP_ID',0);
|
|||||||
|
|
||||||
|
|
||||||
if(file_exists( realpath($_SERVER["DOCUMENT_ROOT"]) . "/Connections/local_configurations.php")) {
|
if(file_exists( realpath($_SERVER["DOCUMENT_ROOT"]) . "/Connections/local_configurations.php")) {
|
||||||
require_once('local_configurations.php');
|
require('local_configurations.php');
|
||||||
}
|
}
|
||||||
|
|
||||||
// other constants
|
// other constants
|
||||||
|
Loading…
x
Reference in New Issue
Block a user