Skip to content
Snippets Groups Projects
start.php 472 B
Newer Older
<?php
/**
 * Elgg Mobile
 * A Mobile Client For Elgg
 *
 * @package Elgg
 * @subpackage Core
 * @author Mark Harding
 * @link http://maestrozone.com
 *
 */

	function mobile_unl_init(){
		
    }
// Initialise log browser
	register_elgg_event_handler('init','system','mobile_unl_init');
//elgg_register_simplecache_view(mobile);
register_action("mobile/login",false,$CONFIG->pluginspath . "mobile/actions/login.php", true);
		

?>