Fix gnump3d: cookie expiration, recurse links and link to homepage

This commit is contained in:
Arne Fitzenreiter
2009-05-02 16:41:54 +02:00
parent 03df106a06
commit a5ecf39d53
3 changed files with 20 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
}
- if ( $dir ne '/prefs/' ) {
+ if ( ($dir ne '/prefs/')&&($dir ne '/tagbrowse/')&&($dir ne '/playlist/')&&($dir ne '/random/')&&($dir ne '/stats/') ) {
+ if ( ($dir ne '/prefs/')&&($dir ne '/tagbrowse/')&&($dir ne '/playlist/')&&($dir ne '/random/')&&($dir ne '/stats/')&&($dir ne '/recent/')&&($dir ne '/now/') ) {
#
# Interpolate links - chopping out trailing '/' if necessary.
#