diff --git a/Connections/database_functions.php b/Connections/database_functions.php index 2097c7f..48d3a56 100644 --- a/Connections/database_functions.php +++ b/Connections/database_functions.php @@ -1,6 +1,7 @@ "checking // // Normally, you will want this set at 0. define('SHOW_SHOP_ID',0); + +// END OF USER DEFINED CONFIGURATIONS + + +if(file_exists( realpath($_SERVER["DOCUMENT_ROOT"]) . "/Connections/local_configurations.php")) { + require_once('local_configurations.php'); +} // other constants define("PAGE_START_SHOP", "/start_shop.php"); @@ -480,7 +488,7 @@ function list_time($time_list_start, $time, $form_name = "none", $start_offset_m function sign_out($time_out, $first_name){ if($time_out == "0000-00-00 00:00:00"){ - echo ''; + echo ''; } }