reverted the storageServer, archiveServer, storageAdmin and htmlUI modules to their branches/campcaster-1.2 (last known working) state
This commit is contained in:
parent
b3f1742c9e
commit
6efc50520c
37 changed files with 1103 additions and 1524 deletions
|
@ -54,18 +54,15 @@ require_once("XML/Util.php");
|
|||
* @see StoredFile
|
||||
*/
|
||||
class DataEngine {
|
||||
/**
|
||||
* Array of allowed "file types".
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
var $filetypes;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param BasicStor $gb
|
||||
*/
|
||||
public function __construct()
|
||||
public function __construct(&$gb)
|
||||
{
|
||||
$this->gb =& $gb;
|
||||
$this->filetypes = array(
|
||||
'all'=>NULL,
|
||||
'audioclip'=>'audioclip',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue