source: extensions/pdf2tab/admin.php @ 19984

Last change on this file since 19984 was 19811, checked in by julien1311, 11 years ago

add an admin page to choose the extension to handle

  • Property svn:eol-style set to LF
File size: 355 bytes
Line 
1<?php
2//Chech whether we are indeed included by Piwigo.
3if (!defined('PDF2TAB_PATH')) die('Hacking attempt!');
4
5//Load globals
6global $conf;
7
8//Load translation files
9load_language('plugin.lang', PDF2TAB_PATH);
10
11//Check access and exit when user status is not ok
12check_status(ACCESS_ADMINISTRATOR);
13
14include_once(PDF2TAB_PATH.'admin/admin_config.php');
15?>
Note: See TracBrowser for help on using the repository browser.