Removes old unused code
parent
422413f45d
commit
e2fb712098
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
// render config variables array
|
||||
function renderConfig($configPart, $indent, $platform=false, $parent='') {
|
||||
function renderConfig($configPart, $indent, $platform=false) {
|
||||
?>
|
||||
<div style="padding-left: <?= $indent ?>px; padding-bottom: 20px;">
|
||||
<?php foreach ($configPart as $config_item => $config_value) { ?>
|
||||
|
@ -35,7 +35,7 @@ function renderConfig($configPart, $indent, $platform=false, $parent='') {
|
|||
|
||||
|
||||
// render config variables array
|
||||
function editConfig($configPart, $indent, $platform=false, $parent='') {
|
||||
function editConfig($configPart, $indent, $platform=false) {
|
||||
?>
|
||||
<div style="padding-left: <?= $indent ?>px; padding-bottom: 20px;">
|
||||
<?php foreach ($configPart as $config_item => $config_value) { ?>
|
||||
|
|
Loading…
Reference in New Issue