failed bettr table

This commit is contained in:
Jokob-sk
2022-12-31 16:41:12 +11:00
parent 9489567576
commit 2ab0807b05
2 changed files with 117 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ function getParameter() {
$value = getCache($parameter);
}
// query the database if no cache entry found
// query the database if no cache entry found or requesting live data for the Back_App_State in the header
if($parameter == "Back_App_State" || $value == "" )
{
// Open DB
@@ -67,10 +67,8 @@ function getParameter() {
// update cookie cache
setCache($parameter, $value);
}
// displayMessage ($value);
echo (json_encode ($value));
// return value
echo (json_encode ($value));
}