mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Tons of UI and code cleanups, renamed many sql tables and fields, started adding created_at and updated_at fields
This commit is contained in:
@@ -25,8 +25,8 @@ if(isset($_GET['tab'])){
|
||||
elseif($_GET['tab'] == "domains"){
|
||||
include("client_domains.php");
|
||||
}
|
||||
elseif($_GET['tab'] == "applications"){
|
||||
include("client_applications.php");
|
||||
elseif($_GET['tab'] == "software"){
|
||||
include("client_software.php");
|
||||
}
|
||||
elseif($_GET['tab'] == "invoices"){
|
||||
include("client_invoices.php");
|
||||
|
||||
Reference in New Issue
Block a user