You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
178 B

5 years ago
<?php
5 years ago
5 years ago
session_start();
5 years ago
5 years ago
if(isset($_SESSION['s_from'])) header('Location: '.$_SESSION['s_from']);
else header('Location: https://www.yimian.xyz');
5 years ago
unset($_SESSION['s_from']);