aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/river.php
blob: d1b55ad11f397ba6149d91b9eea8101d690d6a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
	/**
	 * Elgg river.
	 * Functions for listening for and generating the river out of the system log.
	 * 
	 * @package Elgg
	 * @subpackage Core
	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
	 * @author Marcus Povey
	 * @copyright Curverider Ltd 2008
	 * @link http://elgg.org/
	 */

	// event listener
?>