source: extensions/Mobile_Theme_for_Tablets/admin.php @ 27153

Last change on this file since 27153 was 19815, checked in by julien1311, 11 years ago

first working version

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