mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Temporarily including sapphire/admin/_config.php manually
This commit is contained in:
parent
2c50ba62a2
commit
7ba2ea6a5e
@ -72,3 +72,6 @@ if (!is_dir($aggregatecachedir)) mkdir($aggregatecachedir);
|
|||||||
|
|
||||||
SS_Cache::add_backend('aggregatestore', 'File', array('cache_dir' => $aggregatecachedir));
|
SS_Cache::add_backend('aggregatestore', 'File', array('cache_dir' => $aggregatecachedir));
|
||||||
SS_Cache::pick_backend('aggregatestore', 'aggregate', 1000);
|
SS_Cache::pick_backend('aggregatestore', 'aggregate', 1000);
|
||||||
|
|
||||||
|
// TODO Remove once new ManifestBuilder with submodule support is in place
|
||||||
|
require_once('admin/_config.php');
|
Loading…
Reference in New Issue
Block a user