Feature: Added Start Page functionality

This commit is contained in:
johnnyq
2023-08-16 13:23:30 -04:00
parent f93dc32241
commit fda0d203ed
6 changed files with 26 additions and 12 deletions

View File

@@ -9,6 +9,16 @@ require_once("inc_all_settings.php"); ?>
<div class="card-body">
<form action="post.php" method="post" autocomplete="off">
<div class="form-group">
<label>Start Page</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-home"></i></span>
</div>
<input type="text" class="form-control" name="start_page" value="<?php echo nullable_htmlentities($config_start_page); ?>">
</div>
</div>
<div class="form-group">
<label>Transfer From Account</label>
<div class="input-group">