diff options
Diffstat (limited to 'plugins/TakeATour')
-rw-r--r-- | plugins/TakeATour/language/index.php | 7 | ||||
-rw-r--r-- | plugins/TakeATour/main.inc.php | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/TakeATour/language/index.php b/plugins/TakeATour/language/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/TakeATour/language/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> diff --git a/plugins/TakeATour/main.inc.php b/plugins/TakeATour/main.inc.php index e41f2e5de..70ad19bf9 100644 --- a/plugins/TakeATour/main.inc.php +++ b/plugins/TakeATour/main.inc.php @@ -1,7 +1,7 @@ <?php
/*
Plugin Name: Take A Tour of Your Piwigo
-Version: 2.7.1
+Version: 2.7.2
Description: Visit your Piwigo to discover its features. This plugin has multiple thematic tours for beginners and advanced users.
Plugin URI: http://piwigo.org/ext/extension_view.php?eid=776
Author:Piwigo Team
|