BUG 11603 "Please consider include 'special' pages..." SOLVED
- Please consider include "special" pages layout to the SKIN. - Problema resuelto, se han customizado las interfaces "error404" y "updating", ahora estan disponibles en los skins "neoclassic" y "classic". Se ha validado esta interfaz en los skins, de no existir los templates en un determinado skin, automaticamente utilizara el template del skin "classic". * Available from version ProcessMaker-2.5.1-testing.3
This commit is contained in:
@@ -5182,7 +5182,7 @@ class G
|
|||||||
$strAux = str_replace($strSearch, null, $_SERVER["REQUEST_URI"]);
|
$strAux = str_replace($strSearch, null, $_SERVER["REQUEST_URI"]);
|
||||||
|
|
||||||
if ($strAux != "") {
|
if ($strAux != "") {
|
||||||
$skin = "base"; //classic
|
$skin = "base"; // classic
|
||||||
|
|
||||||
if (isset($_SESSION["currentSkin"])) {
|
if (isset($_SESSION["currentSkin"])) {
|
||||||
$skin = $_SESSION["currentSkin"];
|
$skin = $_SESSION["currentSkin"];
|
||||||
|
|||||||
@@ -453,7 +453,7 @@ if (Bootstrap::virtualURI( $_SERVER['REQUEST_URI'], $virtualURITable, $realPath
|
|||||||
// the request correspond to valid php page, now parse the URI
|
// the request correspond to valid php page, now parse the URI
|
||||||
Bootstrap::parseURI( getenv( "REQUEST_URI" ), $isRestRequest );
|
Bootstrap::parseURI( getenv( "REQUEST_URI" ), $isRestRequest );
|
||||||
|
|
||||||
//Bootstrap::mylog("sys_temp: ".SYS_TEMP);
|
// Bootstrap::mylog("sys_temp: ".SYS_TEMP);
|
||||||
if (Bootstrap::isPMUnderUpdating()) {
|
if (Bootstrap::isPMUnderUpdating()) {
|
||||||
header( "location: /update/updating.php" );
|
header( "location: /update/updating.php" );
|
||||||
if (DEBUG_TIME_LOG)
|
if (DEBUG_TIME_LOG)
|
||||||
|
|||||||
Reference in New Issue
Block a user