commit | author | age
|
7ce09d
|
1 |
<?php |
V |
2 |
require_once('../../lib/config.inc.php'); |
|
3 |
require_once('../../lib/app.inc.php'); |
|
4 |
|
|
5 |
/****************************************** |
|
6 |
* Begin Form configuration |
|
7 |
******************************************/ |
|
8 |
|
|
9 |
$list_def_file = "list/client_template.list.php"; |
|
10 |
|
|
11 |
/****************************************** |
|
12 |
* End Form configuration |
|
13 |
******************************************/ |
|
14 |
|
|
15 |
//* Check permissions for module |
|
16 |
$app->auth->check_module_permissions('client'); |
|
17 |
|
|
18 |
if(!$_SESSION["s"]["user"]["typ"] == 'admin') die('Client-Templates are only for Admins.'); |
|
19 |
|
|
20 |
$app->uses('listform_actions'); |
|
21 |
$app->listform_actions->onLoad(); |
|
22 |
?> |