We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d6bec commit ba547bbCopy full SHA for ba547bb
scripts/notifications/notification-example.php
@@ -1,6 +1,6 @@
1
<?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';
+require_once 'includes/db.class.php';
+require_once 'includes/notifications.class.php';
4
5
6
## COMMENTED CODE IS USED TO WRITE TO A FILE, GOOD FOR DEBUGGING
0 commit comments