Skip to content

Commit 7ca811d

Browse files
committed
Adds new class dependencies
- Mailer class for mail handler - Notification class for all notifications - Parsedown class for implenting support for Markdown when adding new incidents server-status-project#8.
1 parent 3eccbf5 commit 7ca811d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

admin/index.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
else{
88
require_once("../config.php");
99
require_once("../classes/constellation.php");
10+
require_once("../classes/mailer.php");
11+
require_once("../classes/notification.php");
1012
require_once("../template.php");
13+
require_once("../libs/parsedown/Parsedown.php");
1114

1215
if(isset($_COOKIE['user'])&&!isset($_SESSION['user']))
1316
{

0 commit comments

Comments
 (0)