From 0a7c78f8fedf1d1bd314c59c76ae32eddd6570e0 Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Thu, 3 Aug 2017 19:00:35 -0400 Subject: [PATCH] Delete require Smarty and initVendors --- workflow/engine/skinEngine/skinEngine.php | 1 - workflow/public_html/sysGeneric.php | 3 --- 2 files changed, 4 deletions(-) diff --git a/workflow/engine/skinEngine/skinEngine.php b/workflow/engine/skinEngine/skinEngine.php index 766e0d3e5..119f5390e 100644 --- a/workflow/engine/skinEngine/skinEngine.php +++ b/workflow/engine/skinEngine/skinEngine.php @@ -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; diff --git a/workflow/public_html/sysGeneric.php b/workflow/public_html/sysGeneric.php index d8a3a50be..2cb7e0498 100644 --- a/workflow/public_html/sysGeneric.php +++ b/workflow/public_html/sysGeneric.php @@ -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" );