changed the old isSerial to isSingleton and created a new isSerial that would do what you'd expect
This commit is contained in:
parent
5a59c41771
commit
b43cb6aaeb
6 changed files with 40 additions and 6 deletions
|
|
@ -52,6 +52,7 @@ password and email address, as well as some other WebGUI settings.
|
|||
#-------------------------------------------------------------------
|
||||
sub www_setup {
|
||||
my $session = shift;
|
||||
$session->http->setCacheControl("none");
|
||||
$session->http->setMimeType("text/html");
|
||||
return "" unless ($session->setting->get("specialState") eq "init");
|
||||
my $i18n = WebGUI::International->new($session, "WebGUI");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue