aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm/acm_eaccelerator.php
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2009-06-04 15:37:53 +0000
committerChris Smith <toonarmy@phpbb.com>2009-06-04 15:37:53 +0000
commitcd1c5de3a508ec851b11baf4095449c66ee6c770 (patch)
tree230f6769dbc5939fd206431bca79002ead3a9eca /phpBB/includes/acm/acm_eaccelerator.php
parent710604caa328be820d6240cb9cfccf568bc874d2 (diff)
downloadforums-cd1c5de3a508ec851b11baf4095449c66ee6c770.tar
forums-cd1c5de3a508ec851b11baf4095449c66ee6c770.tar.gz
forums-cd1c5de3a508ec851b11baf4095449c66ee6c770.tar.bz2
forums-cd1c5de3a508ec851b11baf4095449c66ee6c770.tar.xz
forums-cd1c5de3a508ec851b11baf4095449c66ee6c770.zip
Finished I hope, appropriate errors when modules are missing.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9540 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acm/acm_eaccelerator.php')
-rw-r--r--phpBB/includes/acm/acm_eaccelerator.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/acm/acm_eaccelerator.php b/phpBB/includes/acm/acm_eaccelerator.php
index 3697fb5202..bce6c53f1c 100644
--- a/phpBB/includes/acm/acm_eaccelerator.php
+++ b/phpBB/includes/acm/acm_eaccelerator.php
@@ -29,6 +29,8 @@ if (!class_exists('acm_memory'))
*/
class acm extends acm_memory
{
+ var $extension = 'eaccelerator';
+
var $serialize_header = '#phpbb-serialized#';
function acm()