mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-09-13 22:19:49 -04:00
Problème casse renommage répertoire
This commit is contained in:
1 parent
4ee4f16ffe
commit
b4463cb69e
6 files changed
No files matched your search
Executable
+13
@@ -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