Skip to content

Commit 9bf9484

Browse files
Vincent LequertierVincent Lequertier
authored andcommitted
Clean up public urls
1 parent 1667448 commit 9bf9484

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

app/inc/urls.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33
$urls = [
44
'/' => 'root',
55
'news' => 'changelog',
6-
'changelog.php' => 'changelog',
76
'rss' => 'rss',
87
'stats' => 'stats',
9-
'repocomparizon' => 'repocomp',
10-
'repocomparison' => 'repocomp',
11-
'channelcomparizon' => 'channelcomp',
128
'channelcomparison' => 'channelcomp',
139
'accesskeys' => 'keys',
1410
'credits' => 'credits',

tests/functional/pages.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
sleep(3);
2424

2525
$paths = [
26-
['channelcomparizon/', 200, 'Compare strings from channel to channel', 'Key'],
2726
['channelcomparison/', 200, 'Compare strings from channel to channel', 'Key'],
2827
['credits/', 200, 'Transvision 1.0 was created', 'Transvision is hosted on the MozFR server'],
2928
['downloads/', 200, 'Select which strings', 'Generate the TMX'],

0 commit comments

Comments
 (0)