mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
9 lines
378 B
PHP
Executable File
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';
|
|
?>
|