|
|
|
@ -36,6 +36,8 @@ require_once realpath(__DIR__ . '/../includes/helper/error_helper.php');
|
|
|
|
|
require_once realpath(__DIR__ . '/../includes/helper/email_helper.php');
|
|
|
|
|
require_once realpath(__DIR__ . '/../includes/helper/session_helper.php');
|
|
|
|
|
|
|
|
|
|
require_once realpath(__DIR__ . '/../includes/mailer/shifts_mailer.php');
|
|
|
|
|
|
|
|
|
|
require_once realpath(__DIR__ . '/../config/config.default.php');
|
|
|
|
|
if (file_exists(realpath(__DIR__ . '/../config/config.php')))
|
|
|
|
|
require_once realpath(__DIR__ . '/../config/config.php');
|
|
|
|
|