koblog/bl-kernel/admin/controllers/users.php

18 lines
674 B
PHP
Raw Normal View History

2015-05-05 03:00:01 +02:00
<?php defined('BLUDIT') or die('Bludit CMS.');
2015-05-15 00:07:45 +02:00
// ============================================================================
// Authorization
2015-05-15 00:07:45 +02:00
// ============================================================================
2018-05-20 21:48:43 +02:00
checkRole(array('admin'));
2015-05-15 00:07:45 +02:00
2015-08-03 02:49:12 +02:00
// ============================================================================
// Functions
// ============================================================================
// ============================================================================
// Main
2015-08-03 02:49:12 +02:00
// ============================================================================
// HTML <title>
$layout['title'] = $L->g('Users') . ' - ' . $layout['title'];