aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm/acm_eaccelerator.php
diff options
context:
space:
mode:
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()