-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also, minor bug fixes.
- Loading branch information
Michieal
authored
Feb 10, 2022
1 parent
a12ec41
commit 16ab6eb
Showing
9 changed files
with
743 additions
and
20 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
<?php | ||
/** | ||
* Open Source Social Network | ||
* | ||
* @package (softlab24.com).ossn | ||
* @author OSSN Core Team <[email protected]> | ||
* @copyright (C) SOFTLAB24 LIMITED | ||
* @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence | ||
* @link https://www.opensource-socialnetwork.org/ | ||
* @package MarkNotification | ||
* @author Michieal O'Sullivan | ||
* @copyright (C) Apophis Software | ||
* @license GNU General Public License https://www.gnu.org/licenses/gpl-3.0.en.html | ||
*/ | ||
|
||
$get = new OssnNotifications; | ||
|