source: extensions/reset_level/language/en_UK/index.php

Last change on this file was 32410, checked in by ddtddt, 3 years ago

[reset_level] piwigo 11

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 146 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.