Cleanup and consolidation, signin process updates
This commit is contained in:
@@ -101,13 +101,13 @@
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
||||
<?php if (basename($_SERVER['PHP_SELF']) == 'signin_display.php'): ?> <meta http-equiv="refresh" content="5; url=index.php" /><?php endif; ?>
|
||||
<?php if (basename($_SERVER['PHP_SELF']) == 'signout.php'): ?><?php if (!empty($_POST['endvisit'])): ?> <meta http-equiv="refresh" content="5; url=index.php" /><?php endif; ?><?php endif; ?>
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css"/>
|
||||
<link rel="stylesheet" href="css/sticky-footer-navbar.css">
|
||||
<link rel="stylesheet" href="css/all.min.css"/>
|
||||
<link rel="stylesheet" href="css/animate.min.css"/>
|
||||
<link rel="stylesheet" href="css/datatables.min.css" />
|
||||
<link rel="stylesheet" href="css/styles.css"/>
|
||||
<link rel="stylesheet" href="css/tempusdominus-bootstrap-4.min.css"/>
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css?v2"/>
|
||||
<link rel="stylesheet" href="css/sticky-footer-navbar.css?v2">
|
||||
<link rel="stylesheet" href="css/all.min.css?v2"/>
|
||||
<link rel="stylesheet" href="css/animate.min.css?v2"/>
|
||||
<link rel="stylesheet" href="css/datatables.min.css?v2" />
|
||||
<link rel="stylesheet" href="css/styles.css?v2"/>
|
||||
<link rel="stylesheet" href="css/tempusdominus-bootstrap-4.min.css?v2"/>
|
||||
<meta name="description" content="<?php echo $transLang['META_DESC']; ?>" />
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script src="js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user