mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
Fix gnump3d: cookie expiration, recurse links and link to homepage
This commit is contained in:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user