fmhsong/site/center/logout.php

5 lines
141 B
PHP
Raw Normal View History

2022-05-20 11:21:39 +00:00
<?php
setcookie("token","",-1,"/");
setcookie("uid","",-1,"/");
setcookie("name","",-1,"/");
header("location:https://radio.fmhs.club/song");