Changeset 2006
- Timestamp:
- 05/11/07 22:07:47 (6 years ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
. (modified) (1 prop)
-
include/functions_cookie.inc.php (modified) (1 diff)
-
plugins (modified) (1 prop)
-
template/yoga/theme (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 feed.xml 4 4 testmail 5 phpmv2
-
- Property svn:ignore
-
trunk/include/functions_cookie.inc.php
r2004 r2006 40 40 // mod_rewrite is activated for upper level directories. we must set the 41 41 // cookie to the path shown in the browser otherwise it will be discarded. 42 $scr = $_SERVER['REDIRECT_URL']; 42 if 43 ( 44 isset($_SERVER['PATH_INFO']) and !empty($_SERVER['PATH_INFO']) and 45 ($_SERVER['REDIRECT_URL'] !== $_SERVER['PATH_INFO']) and 46 (substr($_SERVER['REDIRECT_URL'],-strlen($_SERVER['PATH_INFO'])) 47 == $_SERVER['PATH_INFO']) 48 ) 49 { 50 $scr = substr($_SERVER['REDIRECT_URL'], 0, 51 strlen($_SERVER['REDIRECT_URL'])-strlen($_SERVER['PATH_INFO'])); 52 } 53 else 54 { 55 $scr = $_SERVER['REDIRECT_URL']; 56 } 43 57 } 44 58 else -
trunk/plugins
- Property svn:ignore
-
old new 1 1 text_integrator 2 phpmv
-
- Property svn:ignore
-
trunk/template/yoga/theme
- Property svn:ignore
-
old new 11 11 hk-darkblue-left 12 12 minimalus 13 exftb
-
- Property svn:ignore
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)