Removed unused variable
This commit is contained in:
parent
e0269e1e22
commit
6601e016a6
|
@ -168,8 +168,6 @@ class ApiController extends Zend_Controller_Action
|
||||||
throw new Exception("Invalid file size returned for file at $location");
|
throw new Exception("Invalid file size returned for file at $location");
|
||||||
}
|
}
|
||||||
|
|
||||||
$time= date('r', filemtime($location));
|
|
||||||
|
|
||||||
$fm = @fopen($location, 'rb');
|
$fm = @fopen($location, 'rb');
|
||||||
if (!$fm) {
|
if (!$fm) {
|
||||||
header ("HTTP/1.1 505 Internal server error");
|
header ("HTTP/1.1 505 Internal server error");
|
||||||
|
|
Loading…
Reference in New Issue