Fixed Preorder order_date saving and getting setup price

This commit is contained in:
Frank Schubert
2025-08-06 14:10:18 +02:00
parent b4cdbd0b6b
commit 2adf180c09
4 changed files with 22 additions and 7 deletions

View File

@@ -18,6 +18,8 @@ define("MFBASE_BYPASS_LOGIN", true);
$db = FronkDB::singleton();
$db = $db->link;
$log = mfLoghandler::singleton();
function logMessage($message): void {
echo "[" . date("Y-m-d H:i:s") . "] " . $message . "\n";
}