Use a redirect to get rid of post on reload
This commit is contained in:
parent
95b09ad182
commit
624006022c
|
@ -55,5 +55,5 @@ if ( $action == 'function' ) {
|
||||||
ZM\Logger::Debug('No change to function, not doing anything.');
|
ZM\Logger::Debug('No change to function, not doing anything.');
|
||||||
}
|
}
|
||||||
} // end if action
|
} // end if action
|
||||||
$view = 'console';
|
$redirect = '?view=console';
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue