This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
tsmac/application/classes/Controller/Node.php

6 lines
157 B
PHP
Raw Normal View History

2014-10-28 05:33:15 +00:00
<?php defined('SYSPATH') or die('No direct script access.');
class Controller_Node extends Controller_TemplateDefault {
protected $auth_required = TRUE;
}