templator/_init.php

11 lines
134 B
PHP
Raw Normal View History

<?php
if (!defined('DC_RC_PATH')) {
return null;
}
class initTemplator
{
public const PERMISSION_TEMPLATOR = 'templator';
}