| 117 | | $this->purify_config['Cache']['SerializerPath'] = str_replace('__PREFIX__', $_MIDGARD['config']['prefix'], $this->purify_config['Cache']['SerializerPath']); |
|---|
| 118 | | |
|---|
| | 117 | if ($_MIDGARD['config']['prefix'] == '/usr') |
|---|
| | 118 | { |
|---|
| | 119 | $this->purify_config['Cache']['SerializerPath'] = str_replace('__PREFIX__', '', $this->purify_config['Cache']['SerializerPath']); |
|---|
| | 120 | } |
|---|
| | 121 | else |
|---|
| | 122 | { |
|---|
| | 123 | $this->purify_config['Cache']['SerializerPath'] = str_replace('__PREFIX__', $_MIDGARD['config']['prefix'], $this->purify_config['Cache']['SerializerPath']); |
|---|
| | 124 | } |
|---|
| | 125 | |
|---|