diff options
| author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-10-14 21:36:23 +0000 | 
|---|---|---|
| committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-10-14 21:36:23 +0000 | 
| commit | eb565e33569541981713c24d643ff89517db237c (patch) | |
| tree | 564797c60f1fb86e5d86f4da563693c312948cdc /engine/handlers/action_handler.php | |
| parent | 13796a10ef50d0afe045a3a199a5b19dd5b9bc45 (diff) | |
| download | elgg-eb565e33569541981713c24d643ff89517db237c.tar.gz elgg-eb565e33569541981713c24d643ff89517db237c.tar.bz2 | |
Standardized engine/handlers/*
git-svn-id: http://code.elgg.org/elgg/trunk@3545 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/handlers/action_handler.php')
| -rw-r--r-- | engine/handlers/action_handler.php | 33 | 
1 files changed, 15 insertions, 18 deletions
| diff --git a/engine/handlers/action_handler.php b/engine/handlers/action_handler.php index 4878084ad..52c1a2633 100644 --- a/engine/handlers/action_handler.php +++ b/engine/handlers/action_handler.php @@ -1,21 +1,18 @@  <?php -    /** -	 * Elgg action handler -	 *  -	 * @package Elgg -	 * @subpackage Core +/** + * Elgg action handler + * + * @package Elgg + * @subpackage Core + * @author Curverider Ltd + * @link http://elgg.org/ + */ -	 * @author Curverider Ltd - -	 * @link http://elgg.org/ -	 */ -    /** -     *  Load Elgg framework -     */ -		define('externalpage',true); -        require_once("../start.php"); -        $action = get_input("action"); -        action($action); -     -?> +/** + *  Load Elgg framework + */ +define('externalpage',true); +require_once("../start.php"); +$action = get_input("action"); +action($action);
\ No newline at end of file | 
