浏览代码

Send the logout.php to the root of fusionpbx on the web server.

Mark Crane 12 年之前
父节点
当前提交
203b16d5a5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      logout.php

+ 2 - 2
logout.php

@@ -31,8 +31,8 @@ include "root.php";
 	session_unset();
 	session_unset();
 	session_destroy();
 	session_destroy();
 
 
-//redirect the user to the login page
-	header("Location: ".PROJECT_PATH."/login.php");
+//redirect the user to the index page
+	header("Location: ".PROJECT_PATH."/");
 	return;
 	return;
 
 
 ?>
 ?>