@@ -11,7 +11,6 @@
}@
@Body{
<form action="/settingseditor/save" method="post" id="settingsForm">
- <input type="hidden" value="asdasd" name="werwert" />
<?php foreach ($data as $sectionName=>$section){
echo '<h3>',$sectionName,'</h3><table>';
foreach ($section as $key=>$value){