mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
9 lines
379 B
PHP
Executable File
9 lines
379 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/timezone.php';
|
|
require dirname(__FILE__).'/db.php';
|
|
require dirname(__FILE__).'/util.php';
|
|
require dirname(__FILE__).'/../templates/language/lang.php';
|
|
require dirname(__FILE__).'/utilNotification.php';
|
|
?>
|