Introduce a variable to cache some data.
This commit is contained in:
parent
1876cd661a
commit
c81d5ff4d0
@ -80,6 +80,9 @@ class Conf
|
||||
'syslog' => array(),
|
||||
);
|
||||
|
||||
// An array to store cache results ->cache['nameofcache']=...
|
||||
public $cache = array();
|
||||
|
||||
public $logbuffer = array();
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user