reverted the storageServer, archiveServer, storageAdmin and htmlUI modules to their branches/campcaster-1.2 (last known working) state

This commit is contained in:
fgerlits 2007-05-10 09:57:06 +00:00
parent b3f1742c9e
commit 6efc50520c
37 changed files with 1103 additions and 1524 deletions

View file

@ -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',