SPEEDY improve sysGeneric to stream files instead build them at runtime-commit3

This commit is contained in:
Fernando Ontiveros
2012-11-08 09:00:19 -04:00
parent c98ba685b5
commit 6c6d8739ac

View File

@@ -299,6 +299,10 @@
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 != '') {
@@ -363,10 +367,6 @@
define('SERVER_NAME', $_SERVER ['SERVER_NAME']);
define('SERVER_PORT', $_SERVER ['SERVER_PORT']);
// Create headPublisher singleton
G::LoadSystem('headPublisher');
$oHeadPublisher =& headPublisher::getSingleton();
// create memcached singleton
G::LoadClass ( 'memcached' );
$memcache = & PMmemcached::getSingleton(SYS_SYS);