source: extensions/bbcode_bar/index.php @ 28566

Last change on this file since 28566 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: 129 bytes
Line 
1<?php
2$url = '../';
3header( 'Request-URI: '.$url );
4header( 'Content-Location: '.$url );
5header( 'Location: '.$url );
6exit();
7?>
Note: See TracBrowser for help on using the repository browser.