- Updated formatting and structure of functions in edit_contact.inc.php for better readability and consistency. - Added comments to clarify the purpose of certain code sections, especially regarding mandant handling. - Removed the deprecated phpinfo.php file to clean up the codebase.
11 lines
231 B
PHP
11 lines
231 B
PHP
<div id="mainContent">
|
|
|
|
<h1><?php echo get_translation('Einstellungen'); ?></h1>
|
|
|
|
<form id="<?= $formname ?>" name="<?= $formname ?>" method="post">
|
|
<? selectContact($input_category['id']) ?>
|
|
</form>
|
|
</div>
|
|
|
|
|