Alejandro Rosales 2 лет назад
Родитель
Сommit
85f3ecfcf7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      avisos.php

+ 1 - 0
avisos.php

@@ -1,6 +1,7 @@
 <?php
 require_once 'class/c_login.php';
 require_once 'include/bd_pdo.php';
+include 'include/constantes.php';
 
 if(!isset($_SESSION['user'])){
     header('Location: index.php');