XenForo
Administrative
- Thread starter
- Admin
- #1
I found a little time to start building an add-on today that seems like it will do what I'm talking about. It maintains backward compatibility like so...
XenForo's default 3 adapter overrides can still be used like normal:
PHP:
Except now instead of allowing exactly 3 adapters in the mount...
Read more
ادامه مطلب...
XenForo's default 3 adapter overrides can still be used like normal:
PHP:
Code:
$config['fsAdapters']['data'] = 'Your\Adapter::getAdapter';
$config['fsAdapters']['internal-data'] = 'Your\Adapter::getAdapter';
$config['fsAdapters']['code-cache'] = 'Your\Adapter::getAdapter';
Except now instead of allowing exactly 3 adapters in the mount...
Read more
ادامه مطلب...