summaryrefslogtreecommitdiffstats
path: root/shout.php
diff options
context:
space:
mode:
Diffstat (limited to 'shout.php')
-rw-r--r--shout.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/shout.php b/shout.php
index ba7ba796..a3514612 100644
--- a/shout.php
+++ b/shout.php
@@ -32,7 +32,7 @@ switch ($_REQUEST['action']) {
}
$shout_id = shoutBox::create($_POST);
-
+ header("Location:" . Config::get('web_path'));
break;
case 'show_add_shout':
// Get our object first
@@ -41,6 +41,9 @@ 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':
+
+ break;
default:
break;