mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
[Trunk] - plugin - language - prepare 2.7.1
git-svn-id: http://piwigo.org/svn/trunk@30012 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/*
|
||||
Plugin Name: Admin Tools
|
||||
Version: 2.7.0
|
||||
Version: 2.7.1
|
||||
Description: Do some admin task from the public pages
|
||||
Plugin URI: http://piwigo.org/ext/extension_view.php?eid=720
|
||||
Author: Piwigo team
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user