This commit is contained in:
2020-07-26 14:11:04 -04:00
parent 91a9fe3ef1
commit ccafb2b838
3 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class Logout extends Bko_Controller {
$_SESSION['username'] = "";
// echo rand(100,999);
redirect('start');
redirect('welcome');
}
}