Skip to content

Commit 66700d1

Browse files
committed
fix: corrige bugs.
1 parent a396835 commit 66700d1

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

public/admin/dashboard.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?php
22

3+
require '../../backend/auth/validAdmin.php';
4+
35
$baseURL = '.';
6+
47
?>
58

69
<!DOCTYPE html>

public/admin/detalhes.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?php
2+
3+
require '../../backend/auth/validAdmin.php';
4+
25
$baseURL = '.';
6+
37
?>
48

59
<!DOCTYPE html>

public/admin/pedidos.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
require '../../backend/auth/validAdmin.php';
4+
25
$baseURL = '.';
36
?>
47

0 commit comments

Comments
 (0)