mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
set requesturi
This commit is contained in:
parent
77cdca3fe3
commit
fe5a2d1add
|
@ -128,7 +128,7 @@ class UI extends UI_Default {
|
|||
$view = new $classname($params, $theme);
|
||||
/* Set some configuration parameters */
|
||||
$view->setParam('referer', isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '');
|
||||
$view->setParam('refferer', $_SERVER['REQUEST_URI']);
|
||||
$view->setParam('requesturi', $_SERVER['REQUEST_URI']);
|
||||
$view->setParam('absbaseprefix', $settings->_httpRoot.$httpbasedir);
|
||||
$view->setParam('theme', $theme);
|
||||
$view->setParam('class', $class);
|
||||
|
|
Loading…
Reference in New Issue
Block a user