Explorar el Código

Delete 'oauthlogout.php'

Yeung Alan hace 5 años
padre
commit
2b57fb8048
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  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");
-?>