Clean up code - removed useless cache code
This commit is contained in:
parent
f17377e6de
commit
25b4ec32c7
|
@ -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')) {
|
if(function_exists('header_remove')) {
|
||||||
header_remove('Pragma');
|
header_remove('Pragma');
|
||||||
header_remove('pragma');
|
header_remove('pragma');
|
||||||
|
|
Loading…
Reference in a new issue