We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbf377 commit 349d213Copy full SHA for 349d213
logs.php
@@ -1,7 +1,6 @@
1
<?php
2
include_once 'functions/authentication.php';
3
- session_start();
4
- if ($_SESSION['level'] = 1){
+ if ($_SESSION['level'] == 1){
5
header('Location: index.php?type=error&message=You are not allowed to access this page.');
6
}
7
?>
sales.php
@@ -68,7 +68,7 @@
68
<table class="table table-striped my-0" id="dataTable">
69
<thead>
70
<tr>
71
- <th>ID</th>
+ <th>Transaction ID</th>
72
<th>Customer</th>
73
<th>User</th>
74
<th>KG/Kilo</th>
0 commit comments