Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update fusionstats_panel_admin.php
Added Plugin Homepage
  • Loading branch information
pattyland committed Oct 8, 2015
1 parent 1287e63 commit 5922b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fusionstats_panel_admin.php
Expand Up @@ -72,7 +72,7 @@
<input type="submit" class="btn btn-default">
</form>
<hr>
<p><a href="http://piwik.org" target="_blank">Piwik Homepage</a> - Infusion on GitHub</p>
<p><a href="http://piwik.org" target="_blank">Piwik Homepage</a> - <a href="https://soerenmueller.com/portfolio/fusionstats/" target="_blank">FusionStats Homepage</a></p>

<?php
closetable();
Expand All @@ -89,7 +89,7 @@ function check_piwik_url($url) {
if (!$piwikcheck) return false;

if (strpos($piwikcheck,'https://github.com/piwik/piwik/blob/master/js/piwik.js') !== false) {
return true;
return true;
} else {
return false;
}
Expand Down

0 comments on commit 5922b3e

Please sign in to comment.