source: extensions/set_plugins/admin.php @ 11385

Last change on this file since 11385 was 11385, checked in by cljosse, 13 years ago

[extensions] set_plugins update

File size: 314 bytes
Line 
1<?php
2// Chech whether we are indeed included by Piwigo.
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4    if (PHPWG_VERSION < 2.3 ) 
5$redirect_url = get_root_url().'admin.php?page='.'plugins_list';
6    else
7 $redirect_url = get_root_url().'admin.php?page='.'plugins';
8  redirect($redirect_url);       
9?>
Note: See TracBrowser for help on using the repository browser.