feat: Refactor database connection handling to use centralized configuration
This commit is contained in:
@@ -3,7 +3,6 @@ include_once "inc/getBasic.inc.php";
|
||||
include_once "inc/getData.inc.php";
|
||||
include_once "inc/postJson.inc.php";
|
||||
include_once "inc/getEstate.inc.php";
|
||||
|
||||
$_REQUEST['t_start']=$_REQUEST['t_start']?$_REQUEST['t_start']:'2023-06-20';
|
||||
$_REQUEST['t_end']=$_REQUEST['t_end']?$_REQUEST['t_end']:date('Y-m-d');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user