empty start

This commit is contained in:
Grzegorz Surmann 2024-09-02 19:35:36 +02:00
commit b0f21319ab
5 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
cache/

1
README.md Normal file
View File

@ -0,0 +1 @@
Quick and dirty PHP file based cache

1
demo.php Normal file
View File

@ -0,0 +1 @@
<?php

1
inc/Class.Cache.inc.php Normal file
View File

@ -0,0 +1 @@
<?php

1
inc/config.inc.php Normal file
View File

@ -0,0 +1 @@
<?php