- Timestamp:
- Feb 27, 2008, 10:58:20 PM (17 years ago)
- Location:
- branches/branch-1_7/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_7/include/functions.inc.php
r2125 r2220 3 3 // | PhpWebGallery - a PHP based picture gallery | 4 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-200 7PhpWebGallery Team - http://phpwebgallery.net |5 // | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 7 // | file : $Id$ … … 575 575 \''.$_SERVER['REMOTE_ADDR'].'\', 576 576 '.(isset($page['section']) ? "'".$page['section']."'" : 'NULL').', 577 '.(isset($page['category'] ) ? $page['category']['id'] : 'NULL').',577 '.(isset($page['category']['id']) ? $page['category']['id'] : 'NULL').', 578 578 '.(isset($image_id) ? $image_id : 'NULL').', 579 579 '.(isset($image_type) ? "'".$image_type."'" : 'NULL').', … … 705 705 ob_clean(); 706 706 } 707 // default url is on html format 708 $url = html_entity_decode($url); 707 709 header('Request-URI: '.$url); 708 710 header('Content-Location: '.$url); -
branches/branch-1_7/include/functions_user.inc.php
r2177 r2220 3 3 // | PhpWebGallery - a PHP based picture gallery | 4 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-200 7PhpWebGallery Team - http://phpwebgallery.net |5 // | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 7 // | file : $Id$ … … 1166 1166 break; 1167 1167 } 1168 case 'default':1168 default: 1169 1169 { 1170 1170 $access_type_status = ACCESS_NONE; 1171 break; 1171 1172 } 1172 1173 }
Note: See TracChangeset
for help on using the changeset viewer.