Browse Source

修改手误,SAE测试通过

oott123 11 years ago
parent
commit
563e0ba965
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/controller.php

+ 1 - 1
include/controller.php

@@ -156,7 +156,7 @@ class controller{
 		}
 	}
 	
-	private function loacte($url){
+	private function locate($url){
 		//302
 		header("HTTP/1.1 302 Moved Temporarily");
 		header("Location:".$url);