diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-31 22:12:14 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-31 22:12:14 -0700 |
commit | 54ae9fac88512f1bac05a5952fca9ade2eab0898 (patch) | |
tree | 26dbe34302a7ed25f38497684f25cb3463316a5f /modules/gallery/controllers/file_proxy.php | |
parent | b6c99a062bbc8e4316929a73be03969d9d6cd2b2 (diff) |
Remove extra blank line
Diffstat (limited to 'modules/gallery/controllers/file_proxy.php')
-rw-r--r-- | modules/gallery/controllers/file_proxy.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/controllers/file_proxy.php b/modules/gallery/controllers/file_proxy.php index 1901bd9f..dfdb4f34 100644 --- a/modules/gallery/controllers/file_proxy.php +++ b/modules/gallery/controllers/file_proxy.php @@ -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) { |