Files
NetAlertX/front/php/server/init.php
jokob-sk 7e5373b2cd wf work
2025-03-27 21:23:11 +11:00

9 lines
378 B
PHP
Executable File

<?php
ini_set('error_log', '../../log/app.php_errors.log'); // initializing the app.php_errors.log file for the maintenance section
require dirname(__FILE__).'/../templates/globals.php';
require dirname(__FILE__).'/db.php';
require dirname(__FILE__).'/util.php';
require dirname(__FILE__).'/../templates/language/lang.php';
require dirname(__FILE__).'/utilNotification.php';
?>