| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | public function init() |
||
| 21 | { |
||
| 22 | $this->permissions = array( |
||
| 23 | 'assets'=>array('mode'=>0777), |
||
| 24 | 'images/image-cache'=>array('mode'=>0777), |
||
| 25 | 'protected/data'=>array('mode'=>0777), |
||
| 26 | 'protected/data/xbmc-video-server.db'=>array('mode'=>0666), |
||
| 27 | 'protected/runtime'=>array('mode'=>0777), |
||
| 28 | ); |
||
| 29 | |||
| 30 | $this->basePath = realpath(__DIR__.'/../../'); |
||
| 31 | } |
||
| 33 | } |