|
@@ 397-400 (lines=4) @@
|
| 394 |
|
if ($action === false) { |
| 395 |
|
$action = $_SERVER['REQUEST_URI']; |
| 396 |
|
} |
| 397 |
|
if (empty($GLOBALS['xoopsConfigUser'])) { |
| 398 |
|
/* @var $config_handler XoopsConfigHandler */ |
| 399 |
|
$config_handler = xoops_getHandler('config'); |
| 400 |
|
$GLOBALS['xoopsConfigUser'] = $config_handler->getConfigsByCat(XOOPS_CONF_USER); |
| 401 |
|
} |
| 402 |
|
|
| 403 |
|
include_once $GLOBALS['xoops']->path('class/xoopsformloader.php'); |
|
@@ 292-295 (lines=4) @@
|
| 289 |
|
$_SESSION[$opkey] = $next_opname; |
| 290 |
|
|
| 291 |
|
include_once $GLOBALS['xoops']->path('class/xoopsformloader.php'); |
| 292 |
|
if (empty($GLOBALS['xoopsConfigUser'])) { |
| 293 |
|
/* @var $config_handler XoopsConfigHandler */ |
| 294 |
|
$config_handler = xoops_getHandler('config'); |
| 295 |
|
$GLOBALS['xoopsConfigUser'] = $config_handler->getConfigsByCat(XOOPS_CONF_USER); |
| 296 |
|
} |
| 297 |
|
$action = $_SERVER['REQUEST_URI']; |
| 298 |
|
$step_no = $step['step_no']; |
|
@@ 536-539 (lines=4) @@
|
| 533 |
|
if ($action === false) { |
| 534 |
|
$action = $_SERVER['REQUEST_URI']; |
| 535 |
|
} |
| 536 |
|
if (empty($GLOBALS['xoopsConfigUser'])) { |
| 537 |
|
/* @var $config_handler XoopsConfigHandler */ |
| 538 |
|
$config_handler = xoops_getHandler('config'); |
| 539 |
|
$GLOBALS['xoopsConfigUser'] = $config_handler->getConfigsByCat(XOOPS_CONF_USER); |
| 540 |
|
} |
| 541 |
|
include_once $GLOBALS['xoops']->path('class/xoopsformloader.php'); |
| 542 |
|
|