Sin reporte de errores
Some checks are pending
Deploy Pruebas / deploy (push) Waiting to run

This commit is contained in:
Your Name
2024-10-07 19:58:07 +00:00
parent bc879bbd8e
commit e366a75abc
2 changed files with 1 additions and 672 deletions

View File

@@ -1,7 +1,7 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
error_reporting(0);
date_default_timezone_set('America/Mexico_City');
$currentTime = time();