fobe-web/html_assetgame/Game/GetCurrentUser.ashx

9 lines
196 B
Plaintext

<?php
header("Cache-Control: no-cache, no-store");
header("Pragma: no-cache");
header("Expires: -1");
header("Last-Modified: " . gmdate("D, d M Y H:i:s T") . " GMT");
echo $GLOBALS['user']->id;