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