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