Преглед изворни кода

Logout to redirect to login

dpeca пре 8 година
родитељ
комит
25516949ff
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      web/logout/index.php

+ 1 - 1
web/logout/index.php

@@ -8,6 +8,6 @@ if (!empty($_SESSION['look'])) {
     session_destroy();
 }
 
-header("Location: /");
+header("Location: /login/");
 exit;
 ?>