FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
HumHub-RSS-Reader/config.php at main · StevenJoynt/HumHub-RSS-Reader · GitHub
StevenJoynt
/
HumHub-RSS-Reader
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
11
Code
Issues
10
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
HumHub-RSS-Reader
/
config.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (11 loc) · 307 Bytes
Breadcrumbs
HumHub-RSS-Reader
/
config.php
Copy path
File metadata and controls
13 lines (11 loc) · 307 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
use
sij
\
humhub
\
modules
\
rss
\
Events
;
use
humhub
\
components
\
console
\
Application
;
return
[
'
id
'
=>
'
rss
'
,
'
class
'
=>
'
sij\humhub\modules\rss\Module
'
,
'
namespace
'
=>
'
sij\humhub\modules\rss
'
,
'
events
'
=> [
[ Application::class, Application::
EVENT_AFTER_REQUEST
, [Events::class,
'
onCron
'
] ],
],
];
Back
|
FazBrowse Home
|
New Git URL