source: extensions/vkbutton/index.php @ 27153

Last change on this file since 27153 was 21069, checked in by EvilKant, 11 years ago
File size: 159 bytes
Line 
1<?php
2
3
4// Recursive call
5$url = '../';
6header( 'Request-URI: '.$url );
7header( 'Content-Location: '.$url );
8header( 'Location: '.$url );
9exit();
10?>
Note: See TracBrowser for help on using the repository browser.