From ffbc25e17a64146cb988ba01e536e10a75b8322d Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 2 Jun 2009 21:29:51 +0000 Subject: New caching plugin, won't cache anything git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9526 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acm/acm_null.php | 163 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 phpBB/includes/acm/acm_null.php (limited to 'phpBB/includes/acm/acm_null.php') diff --git a/phpBB/includes/acm/acm_null.php b/phpBB/includes/acm/acm_null.php new file mode 100644 index 0000000000..c2363b9ddf --- /dev/null +++ b/phpBB/includes/acm/acm_null.php @@ -0,0 +1,163 @@ + \ No newline at end of file -- cgit v1.2.1