-removed airtime-clean-storage.php + airtime-import.php
-default created stor dir now has www-data:www-data permission -created airtime-install.ini file for specifying install defaults -removed all references to storDir in /etc/airtime/airtime.conf, and get value from database instead.
This commit is contained in:
parent
2659932cfb
commit
2c4e2afb8b
16 changed files with 23 additions and 628 deletions
|
@ -408,8 +408,8 @@ class ApiController extends Zend_Controller_Action
|
|||
print 'You are not allowed to access this resource.';
|
||||
exit;
|
||||
}
|
||||
|
||||
$this->view->stor = $CC_CONFIG['storageDir'];
|
||||
|
||||
$this->view->stor = MusicDir::getStorDir()->getDirectory();
|
||||
}
|
||||
|
||||
public function reloadMetadataAction() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue