瀏覽代碼

Add constantes LOGOS

Alejandro Rosales 2 年之前
父節點
當前提交
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');