Files
AtomicOld/ajax/orderTrack.php

7 lines
122 B
PHP
Raw Permalink Normal View History

2026-02-14 19:34:54 +03:00
<?php
if(!isset($_SESSION)) session_start();
include $_SERVER['DOCUMENT_ROOT'].'/api/Preorder.php';
Preorder::update();