mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
Portal Auth and Cursed Screech Updates
This commit is contained in:
@@ -11,10 +11,10 @@ class MyPortal extends Portal
|
||||
// Check for other form data here
|
||||
}
|
||||
|
||||
public function showSuccess()
|
||||
public function onSuccess()
|
||||
{
|
||||
// Calls default success message
|
||||
parent::showSuccess();
|
||||
parent::onSuccess();
|
||||
}
|
||||
|
||||
public function showError()
|
||||
|
||||
Reference in New Issue
Block a user