mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-02 05:26:04 -05:00
Problème casse renommage répertoire
This commit is contained in:
13
app/Controllers/javascriptController.php
Executable file
13
app/Controllers/javascriptController.php
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
class FreshRSS_javascript_Controller extends Minz_ActionController {
|
||||
public function firstAction () {
|
||||
$this->view->_useLayout (false);
|
||||
header('Content-type: text/javascript');
|
||||
}
|
||||
|
||||
public function actualizeAction () {
|
||||
$feedDAO = new FreshRSS_FeedDAO ();
|
||||
$this->view->feeds = $feedDAO->listFeeds ();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user