Merge pull request #911 from ferOnti/master
SPEEDY improve sysGeneric to stream files instead build them at runtime
This commit is contained in:
@@ -256,6 +256,10 @@
|
|||||||
G::LoadSystem('httpProxyController');
|
G::LoadSystem('httpProxyController');
|
||||||
G::LoadSystem('pmException');
|
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
|
// Installer, redirect to install if we don't have a valid shared data folder
|
||||||
if ( !defined('PATH_DATA') || !file_exists(PATH_DATA)) {
|
if ( !defined('PATH_DATA') || !file_exists(PATH_DATA)) {
|
||||||
|
|
||||||
@@ -299,10 +303,6 @@
|
|||||||
die;
|
die;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create headPublisher singleton
|
|
||||||
G::LoadSystem('headPublisher');
|
|
||||||
$oHeadPublisher =& headPublisher::getSingleton();
|
|
||||||
|
|
||||||
// database and workspace definition
|
// 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 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 != '') {
|
if ( defined('SYS_TEMP') && SYS_TEMP != '') {
|
||||||
|
|||||||
Reference in New Issue
Block a user