Fix 4 critical billing module issues

- Fix path error in payment_processor.php for website deployment
- Add invoice creation when renew button is clicked
- Fix end_date comparison in create_servers.php for DATETIME type
- Add explicit input text colors in login.php for visibility

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-10-29 02:19:12 +00:00
parent 57a6923066
commit 4397e67ccb
4 changed files with 83 additions and 23 deletions

View file

@ -174,6 +174,8 @@ mysqli_close($db);
border-radius: 8px;
font-size: 1rem;
transition: border-color 0.3s;
color: #333;
background-color: #fff;
}
.form-group input:focus {