Merge pull request #911 from ferOnti/master

SPEEDY improve sysGeneric to stream files instead build them at runtime
This commit is contained in:
ferOnti
2012-11-08 10:35:06 -08:00

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 != '') {