Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Override GUI parameters by setting session key.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Oct 8, 2013
1 parent 75a3a47 commit 57b7963
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/core/classes/class.AJXP_Utils.php
Expand Up @@ -362,6 +362,9 @@ public static function parseApplicationGetParameters($parameters, &$output, &$se
}
setcookie("AJXP_GUI", null);
}
if(isSet($session["OVERRIDE_GUI_START_PARAMETERS"])){
$output = array_merge($output, $session["OVERRIDE_GUI_START_PARAMETERS"]);
}
}

/**
Expand Down

0 comments on commit 57b7963

Please sign in to comment.