1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-07-02 22:55:04 +03:00
kangana/application/classes/Controller/Letter.php

11 lines
202 B
PHP
Raw Normal View History

2014-01-28 13:07:36 +02:00
<?php defined('SYSPATH') or die('No direct script access.');
/**
* Letter controller.
**/
class Controller_Letter extends Controller_Layout {
protected $secure_actions = array(
'index',
);
}