Răsfoiți Sursa

Merge pull request #200 from Zorrototo/master

Make commits link consistent with the current repo used
OwN-3m-All 8 ani în urmă
părinte
comite
9e4bc9bdcf
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      modules/update/update.php

+ 1 - 1
modules/update/update.php

@@ -174,7 +174,7 @@ function exec_ogp_module()
 								echo '<b>'.$v['commit']['message'] .'</b></li><br>';
 								++$commitsStart;
 							}
-							echo '</ul><a href="https://github.com/OpenGamePanel/OGP-Website/commits/master" target="_blank">View more commits...</a>';
+							echo '</ul><a href="https://github.com/'.$gitHubUpdateName.'/'.REPONAME.'/commits/master" target="_blank">View more commits...</a>';
 						}
 					}
 				}