This file contains hidden or 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
| <?php | |
| switch(date('i')){ | |
| case 0: | |
| case 15: | |
| case 30: | |
| case 45: | |
| $x = 0; | |
| break; | |
| case 5: |
This file contains hidden or 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
| <?php | |
| /** | |
| * Open Source Social Network | |
| * | |
| * @package Open Source Social Network | |
| * @author OSSN Core Team <[email protected]> | |
| * @copyright 2014-2017 OpenTeknik LLC | |
| * @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence | |
| * @link https://www.opensource-socialnetwork.org/ | |
| */ |
This file contains hidden or 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
| <?php | |
| /** | |
| * Open Source Social Network | |
| * @link https://www.opensource-socialnetwork.org/ | |
| * @package Restrict Group Creation | |
| * @author Michael Zülsdorff <[email protected]> | |
| * @copyright (C) Michael Zülsdorff | |
| * @license GNU General Public License https://www.gnu.de/documents/gpl-2.0.en.html | |
| */ |
This file contains hidden or 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
| <?php | |
| /** | |
| * Open Source Social Network | |
| * @link https://www.opensource-socialnetwork.org/ | |
| * @package Privacy Changer | |
| * @author Michael Zülsdorff <[email protected]> | |
| * @copyright (C) Michael Zülsdorff | |
| * @license GNU General Public License https://www.gnu.de/documents/gpl-2.0.en.html | |
| */ | |
| $user = ossn_loggedin_user(); |
OlderNewer