source:
extensions/set_plugins/admin.php
@
24487
Last change on this file since 24487 was 11484, checked in by , 13 years ago | |
---|---|
File size: 315 bytes |
Rev | Line | |
---|---|---|
[11072] | 1 | <?php |
2 | // Chech whether we are indeed included by Piwigo. | |
[11484] | 3 | |
[11072] | 4 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
[11249] | 5 | if (PHPWG_VERSION < 2.3 ) |
6 | $redirect_url = get_root_url().'admin.php?page='.'plugins_list'; | |
7 | else | |
8 | $redirect_url = get_root_url().'admin.php?page='.'plugins'; | |
[11102] | 9 | redirect($redirect_url); |
[11072] | 10 | ?> |
Note: See TracBrowser
for help on using the repository browser.