root/extensions/adult_content/include/index.php @ 3331

Revision 3331, 148 bytes (checked in by flop25, 4 years ago)

first commit

RevLine 
[3331]1<?php
2
3// Recursive call
4$url = '../';
5header( 'Request-URI: '.$url );
6header( 'Content-Location: '.$url );
7header( 'Location: '.$url );
8exit();
9?>
Note: See TracBrowser for help on using the browser.