Ignore:
Timestamp:
Jun 15, 2011, 7:07:49 PM (13 years ago)
Author:
cljosse
Message:

[extensions] set_plugins update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/set_plugins/admin.php

    r11249 r11385  
    22// Chech whether we are indeed included by Piwigo.
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    4 
    5 // Fetch the template.
    6 global $template;
    7 //
    8 
    94    if (PHPWG_VERSION < 2.3 )
    105$redirect_url = get_root_url().'admin.php?page='.'plugins_list';
     
    127 $redirect_url = get_root_url().'admin.php?page='.'plugins';
    138  redirect($redirect_url);       
    14 
    15 
    16 
    179?>
Note: See TracChangeset for help on using the changeset viewer.