source: extensions/bbcode_bar/language/nb_NO/index.php @ 15998

Last change on this file since 15998 was 15998, checked in by mistic100, 12 years ago

-move some code from Comments on Albums
-compatible with GuestBook
-fix TextColor menu
-clean index.php

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 147 bytes
Line 
1<?php
2// Recursive call
3$url = '../';
4header( 'Request-URI: '.$url );
5header( 'Content-Location: '.$url );
6header( 'Location: '.$url );
7exit();
8?>
Note: See TracBrowser for help on using the repository browser.