5 lines
81 B
PHP
5 lines
81 B
PHP
<?php
|
|
if(!defined('GAME')){ die(); }
|
|
header('location:/core/auction/');
|
|
die();
|
|
?>
|