GenieGate, Version 1.1.0 (PHP 5) manual

public setPromptView( view GenieGate_View string );

Assign a PHP document to be used for creating the login form.

The parameter view may be a string OR an object that supports a display() method. If it's an object, it's display() method will be invoked to show the login box. If it's a string, the file is simply included.