Explorar el Código

Add constantes LOGOS

Alejandro Rosales hace 2 años
padre
commit
85f3ecfcf7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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');