fixed broken links
Fixed broken links to data directory
This commit is contained in:
@@ -22,7 +22,7 @@ $newTicket = [
|
||||
'date' => $date
|
||||
];
|
||||
|
||||
$ticketsPath = __DIR__ . '../data/tickets.json';
|
||||
$ticketsPath ='../data/tickets.json';
|
||||
$tickets = [];
|
||||
|
||||
if (file_exists($ticketsPath)) {
|
||||
|
||||
Reference in New Issue
Block a user