| 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/radvre/admin/ |
Upload File : |
<!DOCTYPE html>
<!--
**************************************
Project: LogDogPlan
File :
Version: 2021-10-25
Author : M. Kukic
Note : PHP + MySQL v5/7 + Apache
**************************************
//http://net-tim/www/logdog/find3_dog.php?datm=251021
-->
<html>
<link rel="stylesheet" href="lgdgstil.css">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel='shortcut icon' type='image/png' href='favicon.ico'/>
<title>LogDogPlan</title>
</head>
<body>
<?php
//
include "config.php";
//
//echo $u_ime." - ".$u_sts." - ".$u_dbp." - ".$u_pass;
$tabela=$u_dbp."_logdog";
//
echo"<div style='width:640px; word-wrap:break-word;'>";
echo "<fieldset>";
echo "<legend><h3>LogDogPlan - Izbor za opis</h3></legend>";
echo "<table border=\"0\">";
echo "</fieldset>";
//
echo "<br>User: <b>".$u_ime."</b> - ".$u_sts."<br><br>";
//
echo "<form action='ops_opis.php'>";
echo "Opis/deo: <input type='text' name='ops' id='ops' value='' size='32'>";
echo "<br><br>";
echo str_repeat(' ', 12)."<input type='submit' value='Enter'>";
echo "</form>";
include "close_db.php";
echo "<hr>";
echo "<a href='javascript:history.go(-1)'><img src='img/rw.png'>";
echo "</div>";
?>
</body>
</html>