add router.php to inc_all_client.php

This commit is contained in:
johnnyq 2025-08-05 18:18:46 -04:00
parent 189098541e
commit 643a4ce666
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
require_once "../config.php";
require_once "../functions.php";
require_once "../includes/router.php";
require_once "../includes/check_login.php";
require_once "../includes/page_title.php";