source: extensions/download_permissions/admin.php @ 29460

Last change on this file since 29460 was 29460, checked in by plg, 10 years ago

initial import

File size: 335 bytes
Line 
1<?php
2defined('DLPERMS_PATH') or die('Hacking attempt!');
3
4global $template, $page;
5load_language('plugin.lang', DLPERMS_PATH);
6
7$page['tab'] = (isset($_GET['tab'])) ? $_GET['tab'] : 'cat_options';
8
9// include page
10include(DLPERMS_PATH.$page['tab'].'.php');
11
12$template->assign_var_from_handle('ADMIN_CONTENT', 'download_permissions');
Note: See TracBrowser for help on using the repository browser.