Update client_assets.php

Remove unneeded/leftover include for footer.php
This commit is contained in:
wrongecho 2023-02-05 14:14:06 +00:00 committed by GitHub
parent aad1351dcb
commit 72e4e49349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
<?php require_once("inc_all_client.php");
<?php
require_once("inc_all_client.php");
//Get Asset Counts
//All Asset Count
@ -333,4 +334,4 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
<?php
require_once("client_asset_add_modal.php");
require_once("client_asset_import_modal.php");
require_once include("footer.php");
require_once("footer.php");