koblog/bl-kernel/admin/controllers/add-user.php

18 lines
No EOL
657 B
PHP

<?php defined('BLUDIT') or die('Bludit CMS.');
// ============================================================================
// Authorization
// ============================================================================
checkRole(array('admin'));
// ============================================================================
// Functions
// ============================================================================
// ============================================================================
// Main
// ============================================================================
// HTML <title>
$layout['title'] .= ' - '.$L->g('New user');