Update conf.class.php
This commit is contained in:
parent
53d89bb068
commit
fc8ae34dd3
@ -79,6 +79,10 @@ class Conf
|
|||||||
// An array to store cache results ->cache['nameofcache']=...
|
// An array to store cache results ->cache['nameofcache']=...
|
||||||
public $cache;
|
public $cache;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int To tell header was output
|
||||||
|
*/
|
||||||
|
public $headerdone;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string[]
|
* @var string[]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user