mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-24 13:17:59 -05:00
12 lines
175 B
PHP
Executable File
12 lines
175 B
PHP
Executable File
<?php
|
|
|
|
class javascriptController extends ActionController {
|
|
public function firstAction () {
|
|
$this->view->_useLayout (false);
|
|
}
|
|
|
|
public function mainAction () {
|
|
|
|
}
|
|
}
|