This commit is contained in:
Alan
2026-02-14 19:34:54 +03:00
commit 5c3329238b
867 changed files with 214778 additions and 0 deletions

7
ajax/orderTrack.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
if(!isset($_SESSION)) session_start();
include $_SERVER['DOCUMENT_ROOT'].'/api/Preorder.php';
Preorder::update();