Files
2021-04-20 11:13:47 +05:30

9 lines
138 B
PHP

<?php
if (defined('SID')) { $extra = '?' . strip_tags(SID); }
else { $extra = ''; }
header("Location: openconf.php" . $extra);
exit;
?>