Skip to content

Commit

Permalink
Clean up public urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Lequertier authored and Vincent Lequertier committed Jan 15, 2016
1 parent 1667448 commit 9bf9484
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions app/inc/urls.php
Expand Up @@ -3,12 +3,8 @@
$urls = [
'/' => 'root',
'news' => 'changelog',
'changelog.php' => 'changelog',
'rss' => 'rss',
'stats' => 'stats',
'repocomparizon' => 'repocomp',
'repocomparison' => 'repocomp',
'channelcomparizon' => 'channelcomp',
'channelcomparison' => 'channelcomp',
'accesskeys' => 'keys',
'credits' => 'credits',
Expand Down
1 change: 0 additions & 1 deletion tests/functional/pages.php
Expand Up @@ -23,7 +23,6 @@
sleep(3);

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

0 comments on commit 9bf9484

Please sign in to comment.