Changeset 7971 for extensions/akBookStyle/trunk/language/hu_HU
- Timestamp:
- Dec 2, 2010, 1:53:06 PM (14 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
extensions/akBookStyle/trunk/language/hu_HU/index.php
r7970 r7971 21 21 // +-----------------------------------------------------------------------+ 22 22 23 /* 24 Plugin Name: akBookStyle 25 Version: 0.2.3 26 Description: Book style for designers 27 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307 28 Author: nikrou,vdigital 29 Author URI: http://www.nikrou.net/ 30 */ 31 32 if (!defined('PHPWG_ROOT_PATH')) { 33 die('Hacking attempt!'); 34 } 35 36 include_once(dirname(__FILE__).'/init.php'); 23 // Recursive call 24 $url = '../'; 25 header( 'Request-URI: '.$url ); 26 header( 'Content-Location: '.$url ); 27 header( 'Location: '.$url ); 28 exit(); 37 29 ?>
Note: See TracChangeset
for help on using the changeset viewer.