<?php
/** Единый фоновый запуск игрового календаря. by Метриум (Стэлп) */
declare(strict_types=1);
if(PHP_SAPI!=='cli'){http_response_code(403);exit;}
require_once __DIR__.'/../system/common.php';
if(function_exists('game_automation_tick')) game_automation_tick();
echo "OKn";