Changeset 1692


Ignore:
Timestamp:
Jan 2, 2007, 11:57:33 PM (17 years ago)
Author:
rub
Message:

Issue ID 0000529 Re-Fixed.

$_SERVERSCRIPT_FILENAME not treated (only $_SERVERSCRIPT_FILENAME was treated)

Merge branch-1_6 1690:1691 into BSF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r1690 r1692  
    166166  $header_msgs[] = $lang['gallery_locked_message'];
    167167
    168   if ( basename($_SERVER["SCRIPT_FILENAME"]) != 'identification.php'
    169       and !is_admin() )
     168  if ( script_basename() != 'identification' and !is_admin() )
    170169  {
    171170    //next line required if PATH_INFO (no ? in url) but won't work for scripts outside PWG
Note: See TracChangeset for help on using the changeset viewer.