1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

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
This commit is contained in:
Chris Smith
2009-06-04 15:37:53 +00:00
parent 710604caa3
commit cd1c5de3a5
5 changed files with 20 additions and 10 deletions

View File

@@ -29,6 +29,8 @@ if (!class_exists('acm_memory'))
*/
class acm extends acm_memory
{
var $extension = 'eaccelerator';
var $serialize_header = '#phpbb-serialized#';
function acm()