root/devel/mod/elggadmin/index.php

Revision 1539, 431 bytes (checked in by renato, 10 months ago)

Setting prop svn:eol-style in LOTS of files.

  • Property svn:eol-style set to native
Line 
1 <?php
2 /**
3  * Elgg administrator
4  *
5  * @copyright Copyright (c) 2007 Pro Soft Resources Inc. http://www.prosoftpeople.com
6  * @author Rolando Espinoza La Fuente <rho@prosoftpeople.com>
7  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
8  */
9
10 define('context', 'elggadmin');
11 require(dirname(dirname(dirname(__FILE__))) . '/includes.php');
12
13 $request = elggadmin_parse_request();
14
15 elggadmin_render_output($request);
16
17 ?>
18
Note: See TracBrowser for help on using the browser.