Started integrating external systems
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<table class="title">
|
||||
<tr>
|
||||
<td class="header">
|
||||
<img class="icon" src="images/settings.png" alt="" />
|
||||
Import
|
||||
</td>
|
||||
<td align="right">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table class="info">
|
||||
<tr>
|
||||
<td class="header">
|
||||
IP Reg import module
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<table class="info">
|
||||
<tr>
|
||||
<td class="label">
|
||||
Import pfsense NAT settings
|
||||
</td>
|
||||
<td>
|
||||
<form enctype="multipart/form-data" action="import.php" method="post">
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="1000000" />
|
||||
pfSense Konfigurationsdatei: <input name="xmlfile" type="file" />
|
||||
<input type="submit" name="submit[pfsense]" value="Upload" />
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user