mirror of
https://github.com/friendica/friendica
synced 2025-02-22 08:06:48 +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')) {
|
||||
header_remove('Pragma');
|
||||
header_remove('pragma');
|
||||
|
|
Loading…
Add table
Reference in a new issue