mirror of
https://github.com/friendica/friendica
synced 2025-04-23 21:10:12 +00:00
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')) {
|
if(function_exists('header_remove')) {
|
||||||
header_remove('Pragma');
|
header_remove('Pragma');
|
||||||
header_remove('pragma');
|
header_remove('pragma');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue