Use a redirect to get rid of post on reload

This commit is contained in:
Isaac Connor 2020-10-07 11:59:11 -04:00
parent 95b09ad182
commit 624006022c
1 changed files with 1 additions and 1 deletions

View File

@ -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';
?> ?>