Updated contents
This commit is contained in:
parent
029a99703b
commit
1b637846af
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
$host_ip = $_SERVER['SERVER_ADDR'];
|
||||
$s_name = $_SERVER['SERVER_NAME'];
|
||||
$s_name = "pube.tk"; //$_SERVER['SERVER_NAME'];
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
@ -114,7 +114,7 @@
|
|||
<img src="img/thumb/gitlab.png" alt="GitLab" title="GitLab"/>
|
||||
</td>
|
||||
<th>
|
||||
<a href="https://about.gitlab.com/">GitLab (Invite only)</a>
|
||||
<a href="https://about.gitlab.com/">GitLab</a>
|
||||
</th>
|
||||
<td>
|
||||
<a href="https://git.<?=$s_name;?>/">git.<?=$s_name;?></a>
|
||||
|
|
Loading…
Reference in New Issue