Changeset 4737
- Timestamp:
- Dec 18, 2007, 7:42:29 PM (15 years ago)
- Location:
- OpenPNE/branches/stable-2.10.x
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/public_html/img.php
r2951 r4737 13 13 14 14 $module = $_GET['m']; 15 $_GET['a'] = 'page_h_toimg'; 16 15 17 // init 16 18 if ($init = openpne_ext_search("{$module}/init.inc")) { -
OpenPNE/branches/stable-2.10.x/webapp/lib/auth.inc
r4032 r4737 20 20 } else { 21 21 $parts = explode('/', $_SERVER['SCRIPT_NAME']); 22 $_REQUEST['target_script'] = array_pop($parts);23 22 $_REQUEST['login_params'] = $_SERVER['QUERY_STRING']; 24 23 if ($_SERVER['REQUEST_METHOD'] == 'POST') {
Note: See TracChangeset
for help on using the changeset viewer.