small fix

This commit is contained in:
Grzegorz Surmann 2024-09-03 01:00:27 +02:00
parent d350c4f6c6
commit 93f545f451

View File

@ -1,7 +1,7 @@
<?php <?php
class PHPCACHER { class PHPCACHER {
function __construct() { public function __construct() {
$this->setTTL(3600); $this->setTTL(3600);
$this->setPath("./cache"); $this->setPath("./cache");
return TRUE; return TRUE;