Skip to content

Commit 51b6af9

Browse files
author
Igor V. Gulyaev
committed
* bit code cosmetic
1 parent 39cce6b commit 51b6af9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

main/Net/Http/HeaderUtils.class.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ public static function redirectBack()
3636
self::$headerSent = true;
3737
self::$redirectSent = true;
3838
return $_SERVER['HTTP_REFERER'];
39-
} else
40-
return false;
39+
}
40+
41+
return false;
4142
}
4243

4344
public static function getRequestHeaderList()
@@ -131,7 +132,7 @@ public static function sendContentLength($length)
131132
public static function sendHttpStatus(HttpStatus $status)
132133
{
133134
header($status->toString());
134-
135+
135136
self::$headerSent = true;
136137
}
137138

0 commit comments

Comments
 (0)