| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/ilink_2.0/ |
Upload File : |
<!DOCTYPE html>
<!--
*********************************
Project: Internet Link
File :
Version: 2021-01-13
Author : M. Kukic
Note : PHP v5 + MySQL + Apache
**********************************
-->
<html>
<style>
table, th, td {
border: 1px solid black;
}
th, td {
padding: 4px;
text-align: center;
}
</style>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<link rel='shortcut icon' type='image/png' href='favicon.ico'/>
<title>ILink</title>
</head>
<body>
<?php
include "config.php";
// remove all session variables - destroy the session
session_unset();
session_destroy();
echo "<div style='width:".$resm."px; word-wrap:break-word;'>";
echo "<fieldset>";
echo "<legend><h3>iLink - Start</h3></legend>";
echo "<table border=\"0\">";
echo "</fieldset>";
echo "<img src='img/v_rew.png' width=98 height=98></a>";
echo "<a href='link-upd.php?id=0&st=ins'><img src='img/v_add.png' width=98 height=98></a>";
echo "<a href='play-gst.php?cik=0&sel=Sel_2'><img src='img/v_play.png' width=98 height=98></a>";
echo "<a href='ident.php'><img src='img/v_ddd.png' width=98 height=98></a> <br><br>";
?>
<hr>
<a href='help.php'><img src='img/info.png'></a>
</div>
</body>
</html>