summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlpha <ngcoder@live.com>2016-05-14 14:35:57 -0400
committerAlpha <ngcoder@live.com>2016-05-14 14:35:57 -0400
commita171ab8fe82ee1bd0883d1077c76f451b12a5de8 (patch)
tree79e26e8e0b03574d72d2f55b3dab17991e50e4e4
parente9942cd956bcd26376b3af46ecb4a8a80cbf256a (diff)
downloadwebgrind-a171ab8fe82ee1bd0883d1077c76f451b12a5de8.zip
webgrind-a171ab8fe82ee1bd0883d1077c76f451b12a5de8.tar.gz
webgrind-a171ab8fe82ee1bd0883d1077c76f451b12a5de8.tar.bz2
Move back to jokkedk
-rw-r--r--index.php2
-rw-r--r--templates/index.phtml1
2 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index c53ea45..bfaf8fc 100644
--- a/index.php
+++ b/index.php
@@ -183,7 +183,7 @@ try {
break;
case 'version_info':
- $response = @file_get_contents('http://alpha0010.github.io/webgrind/webgrindupdate.json?version='.Webgrind_Config::$webgrindVersion);
+ $response = @file_get_contents('http://jokkedk.github.io/webgrind/webgrindupdate.json?version='.Webgrind_Config::$webgrindVersion);
if ($response) {
header('Content-type: application/json');
echo $response;
diff --git a/templates/index.phtml b/templates/index.phtml
index 5dc0a84..cacd890 100644
--- a/templates/index.phtml
+++ b/templates/index.phtml
@@ -419,7 +419,6 @@
<div id="version_info">&nbsp;</div>
<?php endif?>
Copyright © 2008-2011 Jacob Oettinger &amp; Joakim Nygård. <a href="http://github.com/jokkedk/webgrind/">webgrind homepage</a>
- <a href="http://github.com/alpha0010/webgrind/">dev fork</a>
</div>
</div>
</body>