Delete require Smarty and initVendors

This commit is contained in:
Paula Quispe
2017-08-03 19:00:35 -04:00
parent 81149399da
commit 0a7c78f8fe
2 changed files with 0 additions and 4 deletions

View File

@@ -625,7 +625,6 @@ class SkinEngine
private function _default($enableJsScript=true)
{
require_once PATH_THIRDPARTY . 'smarty/libs/Smarty.class.php'; // put full path to Smarty.class.php
global $G_ENABLE_BLANK_SKIN;
//menu
global $G_PUBLISH;

View File

@@ -891,9 +891,6 @@ if (! $avoidChangedWorkspaceValidation && isset( $_SESSION['WORKSPACE'] ) && $_S
$RBAC = &RBAC::getSingleton( PATH_DATA, session_id() );
$RBAC->sSystem = 'PROCESSMAKER';
//Enable Monolog
Bootstrap::initVendors();
// define and send Headers for all pages
if (! defined( 'EXECUTE_BY_CRON' )) {
header( "Expires: " . gmdate( "D, d M Y H:i:s", mktime( 0, 0, 0, date( 'm' ), date( 'd' ) - 1, date( 'Y' ) ) ) . " GMT" );