Skip to content

Commit

Permalink
Server: changed/removed wiki links
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Dec 14, 2013
1 parent a4d0a2d commit 95c1931
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/xprivacy.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,6 @@ function confidence($restricted, $not_restricted) {
<p>
<a href="/xprivacy">Home</a>
-
<a href="http://wiki.faircode.eu/index.php?title=<?php echo urlencode($package_name); ?>" target="_blank">Wiki</a>
-
<a href="https://play.google.com/store/apps/details?id=<?php echo urlencode($package_name); ?>" target="_blank">Play store</a>
</p>
<?php
Expand Down Expand Up @@ -422,7 +420,7 @@ function confidence($restricted, $not_restricted) {
echo '<td style="display: none; text-align: center;" class="details">' . ($row->used ? 'Yes' : '') . '</td>';

echo '<td>' . ($row->method ? '' :
'<a href="http://wiki.faircode.eu/index.php?title=' . urlencode($row->restriction) . '" target="_blank">' .
'<a href="https://github.com/M66B/XPrivacy#' . urlencode($row->restriction) . '" target="_blank">' .
htmlentities($row->restriction, ENT_COMPAT, 'UTF-8') . '</a>') . '</td>';

echo '<td style="display: none;" class="details">' . htmlentities($row->method, ENT_COMPAT, 'UTF-8') . '</td>';
Expand Down

0 comments on commit 95c1931

Please sign in to comment.