mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-23 07:15:50 -04:00
Remove extra blank line
This commit is contained in:
@@ -38,7 +38,6 @@ class File_Proxy_Controller extends Controller {
|
||||
// var_uri: http://example.com/gallery3/var/
|
||||
$var_uri = url::file("var/");
|
||||
|
||||
|
||||
// Make sure that the request is for a file inside var
|
||||
$offset = strpos($request_uri, $var_uri);
|
||||
if ($offset === false) {
|
||||
|
||||
Reference in New Issue
Block a user