SPEEDY fixing sysGeneric to stream files - commit5

This commit is contained in:
Fernando Ontiveros
2012-11-08 14:10:03 -04:00
parent d76023c97f
commit ed0884b291

View File

@@ -256,6 +256,10 @@
G::LoadSystem('httpProxyController');
G::LoadSystem('pmException');
// Create headPublisher singleton
G::LoadSystem('headPublisher');
$oHeadPublisher =& headPublisher::getSingleton();
// Installer, redirect to install if we don't have a valid shared data folder
if ( !defined('PATH_DATA') || !file_exists(PATH_DATA)) {
@@ -299,10 +303,6 @@
die;
}
// Create headPublisher singleton
G::LoadSystem('headPublisher');
$oHeadPublisher =& headPublisher::getSingleton();
// database and workspace definition
// if SYS_TEMP exists, the URL has a workspace, now we need to verify if exists their db.php file
if ( defined('SYS_TEMP') && SYS_TEMP != '') {