git://git.slightlycyberpunk.com
/
bdsm-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d15bf38
)
Simple form check on configure
author
Brian Flowers
<git-admn@bsflowers.net>
Fri, 23 Sep 2016 02:05:00 +0000
(22:05 -0400)
committer
Brian Flowers
<git-admn@bsflowers.net>
Fri, 23 Sep 2016 02:05:00 +0000
(22:05 -0400)
configure.php
patch
|
blob
|
history
diff --git
a/configure.php
b/configure.php
index
3481adc
..
e0ecd7f
100755
(executable)
--- a/
configure.php
+++ b/
configure.php
@@
-53,13
+53,15
@@
</STYLE>
</HEAD>
<BODY>
+<?php print_r($_POST); ?>
<div id="vmenu">
<a href="index.php">Index</a>
<a href="index.php">Historical</a>
<a href="configure.php">Configuration</a>
<a></a>
</div>
- <table id="options" border=1>
+ <form id="attributes" method="POST" action="configure.php" />
+ <table id="options">
<tr>
<th>Reading</th>
<th>Name</th>
@@
-100,5
+102,6
@@
foreach ($hosts as $host)
}
?>
</table>
+ </form>
</BODY>
</HTML>