Updated contents

This commit is contained in:
Abhorrent_Anger 2019-01-30 02:06:35 +02:00
parent 029a99703b
commit 1b637846af
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
$host_ip = $_SERVER['SERVER_ADDR']; $host_ip = $_SERVER['SERVER_ADDR'];
$s_name = $_SERVER['SERVER_NAME']; $s_name = "pube.tk"; //$_SERVER['SERVER_NAME'];
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
@ -114,7 +114,7 @@
<img src="img/thumb/gitlab.png" alt="GitLab" title="GitLab"/> <img src="img/thumb/gitlab.png" alt="GitLab" title="GitLab"/>
</td> </td>
<th> <th>
<a href="https://about.gitlab.com/">GitLab (Invite only)</a> <a href="https://about.gitlab.com/">GitLab</a>
</th> </th>
<td> <td>
<a href="https://git.<?=$s_name;?>/">git.<?=$s_name;?></a> <a href="https://git.<?=$s_name;?>/">git.<?=$s_name;?></a>