forked from rebillar/site-accueil-insa
fixed incusion error
This commit is contained in:
parent
cebdfc4490
commit
9e607e2db7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
include "script.php";
|
include "script.php";
|
||||||
|
|
||||||
include "assets/scripts/globals.php"
|
include "../assets/scripts/globals.php";
|
||||||
|
|
||||||
if($user['perm'] < 3) {
|
if($user['perm'] < 3) {
|
||||||
header('Location: deco.php');
|
header('Location: deco.php');
|
||||||
|
|
Loading…
Reference in a new issue