Loading app/Controllers/Admin/Home.php +2 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ class Home extends BaseController { public function index() { return view('admin/dashboard'); session()->keepFlashdata('message'); return redirect()->route('podcast-list'); } } app/Helpers/rss_helper.php +1 −4 Original line number Diff line number Diff line Loading @@ -54,10 +54,7 @@ function get_rss_feed($podcast, $serviceSlug = '') 'lastBuildDate', (new Time('now'))->format(DATE_RFC1123), ); $channel->addChild( 'generator', 'Castopod 0.0.0-development - https://castopod.org/', ); $channel->addChild('generator', 'Castopod Host - https://castopod.org/'); $channel->addChild('docs', 'https://cyber.harvard.edu/rss/rss.html'); $channel->addChild('title', $podcast->title); Loading app/Views/_assets/icons/dashboard.svg 100755 → 100644 +0 −0 File mode changed from 100755 to 100644. View file app/Views/admin/_sidebar.php +0 −1 Original line number Diff line number Diff line <?php $navigation = [ 'dashboard' => ['icon' => 'dashboard', 'items' => ['admin']], 'podcasts' => [ 'icon' => 'mic', 'items' => ['podcast-list', 'podcast-create', 'podcast-import'], Loading Loading
app/Controllers/Admin/Home.php +2 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ class Home extends BaseController { public function index() { return view('admin/dashboard'); session()->keepFlashdata('message'); return redirect()->route('podcast-list'); } }
app/Helpers/rss_helper.php +1 −4 Original line number Diff line number Diff line Loading @@ -54,10 +54,7 @@ function get_rss_feed($podcast, $serviceSlug = '') 'lastBuildDate', (new Time('now'))->format(DATE_RFC1123), ); $channel->addChild( 'generator', 'Castopod 0.0.0-development - https://castopod.org/', ); $channel->addChild('generator', 'Castopod Host - https://castopod.org/'); $channel->addChild('docs', 'https://cyber.harvard.edu/rss/rss.html'); $channel->addChild('title', $podcast->title); Loading
app/Views/_assets/icons/dashboard.svg 100755 → 100644 +0 −0 File mode changed from 100755 to 100644. View file
app/Views/admin/_sidebar.php +0 −1 Original line number Diff line number Diff line <?php $navigation = [ 'dashboard' => ['icon' => 'dashboard', 'items' => ['admin']], 'podcasts' => [ 'icon' => 'mic', 'items' => ['podcast-list', 'podcast-create', 'podcast-import'], Loading