Przeglądaj źródła

Delete 'oauthlogout.php'

Yeung Alan 5 lat temu
rodzic
commit
2b57fb8048
1 zmienionych plików z 0 dodań i 8 usunięć
  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");
-?>