snippet to appear before the users grid

pull/186/head
Jason D. McCormick 5 years ago
parent 73516e9f14
commit 34d8cd300f

@ -0,0 +1 @@
<!-- Put HTML or PHP here... this is included before the user grid on the main page -->

@ -1,4 +1,7 @@
<?php
if(file_exists('pgs/users-banner.php')){
include('pgs/users-banner.php');
}
if (!isset($_SESSION['FilterCallSign'])) {
$_SESSION['FilterCallSign'] = null;

Loading…
Cancel
Save

Powered by TurnKey Linux.