Skip to content

Commit ba547bb

Browse files
committed
simplify path to database class
1 parent d4d6bec commit ba547bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/notifications/notification-example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
2-
require_once 'vendor/checkfront/checkfront/scripts/notifications/includes/db.class.php';
3-
require_once 'vendor/checkfront/checkfront/scripts/notifications/includes/notifications.class.php';
2+
require_once 'includes/db.class.php';
3+
require_once 'includes/notifications.class.php';
44

55

66
## COMMENTED CODE IS USED TO WRITE TO A FILE, GOOD FOR DEBUGGING

0 commit comments

Comments
 (0)