Clean up code - removed useless cache code
This commit is contained in:
parent
f17377e6de
commit
25b4ec32c7
1 changed files with 0 additions and 4 deletions
|
@ -175,10 +175,6 @@ function photo_init(&$a) {
|
|||
}
|
||||
}
|
||||
|
||||
// Writing in cachefile
|
||||
if (isset($cachefile) && $cachefile != '')
|
||||
file_put_contents($cachefile, $data);
|
||||
|
||||
if(function_exists('header_remove')) {
|
||||
header_remove('Pragma');
|
||||
header_remove('pragma');
|
||||
|
|
Loading…
Reference in a new issue