summaryrefslogtreecommitdiffstats
path: root/shout.php
diff options
context:
space:
mode:
Diffstat (limited to 'shout.php')
-rw-r--r--shout.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/shout.php b/shout.php
index 728100e6..21a2d303 100644
--- a/shout.php
+++ b/shout.php
@@ -30,7 +30,6 @@ switch ($_REQUEST['action']) {
access_denied();
exit;
}
-
$shout_id = shoutBox::create($_POST);
header("Location:" . Config::get('web_path'));
break;
@@ -41,14 +40,8 @@ switch ($_REQUEST['action']) {
// Now go ahead and display the page where we let them add a comment etc
require_once Config::get('prefix') . '/templates/show_add_shout.inc.php';
break;
- case 'show_manage':
- Browse::set_type('shoutbox');
- Browse::set_simple_browse(1);
- $shoutbox_ids = Browse::get_objects();
- Browse::show_objects($shoutbox_ids);
- break;
default:
-
+ header("Location:" . Config::get('web_path'));
break;
} // end switch on action