Selim GORMUS
Results
1
issues of
Selim GORMUS
if(! defined('S_CACHE_DIRECTORY') ) define ('SBX_CACHE_DIRECTORY', './sCache'); // Directory where html files are cached. if (isset($options)) { if (is_array($options)) { $this->dir = (isset($options['dir']) ? $options['dir'] : S_CACHE_DIRECTORY); $this->buffer = (isset($options['buffer']) ?...