Changeset 1691


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

Issue ID 0000529 Re-Fixed.

$_SERVERSCRIPT_FILENAME not treated (only $_SERVERSCRIPT_FILENAME was treated)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/include/common.inc.php

    r1689 r1691  
    163163  $header_msgs[] = $lang['gallery_locked_message'];
    164164
    165   if ( basename($_SERVER["SCRIPT_FILENAME"]) != 'identification.php'
    166       and !is_admin() )
     165  if ( script_basename() != 'identification' and !is_admin() )
    167166  {
    168167    //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.