mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2024-11-01 02:27:46 +00:00
added list of current links
This commit is contained in:
parent
a1e15fe76a
commit
c5fafbe121
@ -1,6 +1,11 @@
|
|||||||
<body bgcolor="black" text="greem"><div align="center">
|
<body bgcolor="black" text="greem"><div align="center">
|
||||||
<img src="http://unps-gama.tk/upload/Pictures/header.png"><br>
|
<img src="http://unps-gama.tk/upload/Pictures/header.png"><br>
|
||||||
<h4>Welcome to the UnPS-GAMA page shortener</h4><br><hr><br>
|
<h4>Welcome to the UnPS-GAMA page shortener</h4>
|
||||||
|
<?php
|
||||||
|
include('getfiles.php');
|
||||||
|
echo "<table><tr><td><P>List of links already:</p></td></tr><tr><td>" . $thelist . "</td></tr></table>";
|
||||||
|
?>
|
||||||
|
<br><hr><br>
|
||||||
<?php
|
<?php
|
||||||
include("config.php");
|
include("config.php");
|
||||||
if(!$_POST['submit'])
|
if(!$_POST['submit'])
|
||||||
|
Loading…
Reference in New Issue
Block a user