Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/datatable.directory/commit/3629c977e56ee6e30f6ea872e01cf036ad42bc14 You should set ROOT_URL correctly, otherwise the web may not work correctly.

rename most updated to most changed

master
Ondřej Hruška 7 years ago
parent a9426759d2
commit 3629c977e5
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      app/Http/Controllers/DashController.php

@ -25,7 +25,7 @@ class DashController extends Controller
$data['sortOptions'] = [
'most-visited' => 'Most Visited',
'last-updated' => 'Last Updated',
'most-updated' => 'Most Updated',
'most-updated' => 'Most Changed',
// 'most-discussed' => 'Most Discussed',
// 'most-liked' => 'Most Liked',
'newest' => 'Newest',

Loading…
Cancel
Save