mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
parent
4eb7884f29
commit
2062ecc2ae
2
library/includes/cache/file.php
vendored
2
library/includes/cache/file.php
vendored
@ -20,7 +20,7 @@ class cache_file extends cache_common
|
|||||||
{
|
{
|
||||||
$filename = $this->dir . clean_filename($this->prefix . $name) . '.php';
|
$filename = $this->dir . clean_filename($this->prefix . $name) . '.php';
|
||||||
|
|
||||||
$this->cur_query = "cache->set('$name')";
|
$this->cur_query = "cache->get('$name')";
|
||||||
$this->debug('start');
|
$this->debug('start');
|
||||||
|
|
||||||
if (file_exists($filename))
|
if (file_exists($filename))
|
||||||
|
Loading…
Reference in New Issue
Block a user