Skip to content

Commit

Permalink
增加Header方法
Browse files Browse the repository at this point in the history
  • Loading branch information
xtgxiso committed Feb 15, 2017
1 parent ee85ed1 commit bbf5a3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion App.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,11 @@ public function ServerJson($data){
public function ServerHtml($data){
$this->conn->send($data);
}


public function Header($str){
Http::header($str);
}

public function run()
{
autoload_dir($this->autoload);
Expand Down

0 comments on commit bbf5a3f

Please sign in to comment.