소스 검색

Delete 'oauthlogout.php'

Yeung Alan 6 년 전
부모
커밋
2b57fb8048
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      oauthlogout.php

+ 0 - 8
oauthlogout.php

@@ -1,8 +0,0 @@
-<?php
-session_start();
-$_SESSION["login"] = "";
-setcookie("username","",time()+ 3600);
-setcookie("password","",time()+ 3600);
-session_destroy();
-header("Location: https://adfs.alanyeung.co/adfs/ls/?wa=wsignout1.0");
-?>