-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:
martin 2011-07-11 16:14:34 -04:00
parent 2659932cfb
commit 2c4e2afb8b
16 changed files with 23 additions and 628 deletions

View file

@ -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() {