CC-1309 Rationalize the Network Hub storage and Local Storage: put all the archiveServer functionality into the local storage. Removed install of separate archiveServer directories and database tables. Checked in some other minor tweaks.

This commit is contained in:
paul.baranowski 2010-09-07 16:15:05 -04:00
parent aa9528b9fd
commit 956056747c
48 changed files with 643 additions and 3733 deletions

View file

@ -1,6 +1,12 @@
<?php
require_once("BasicStor.php");
if ($WHITE_SCREEN_OF_DEATH) {
echo __FILE__.':line '.__LINE__.": Loaded BasicStor<br>";
}
require_once("LocStor.php");
if ($WHITE_SCREEN_OF_DEATH) {
echo __FILE__.':line '.__LINE__.": Loaded LocStor<br>";
}
require_once('Prefs.php');
/**