Parent Directory
|
Revision Log
|
Patch
revision 1.7, Thu Dec 6 21:17:47 2007 UTC | revision 1.8, Thu Dec 13 16:06:17 2007 UTC | |
---|---|---|
# | Line 95 | Line 95 |
95 | } ); | } ); |
96 | $WebApp->page_title_prefix('SEED Viewer - '); | $WebApp->page_title_prefix('SEED Viewer - '); |
97 | $WebApp->show_login_user_info(1); | $WebApp->show_login_user_info(1); |
98 | my $site_meter = $FIG_Config::site_meter; | |
99 | unless (defined($site_meter)) { | |
100 | $site_meter = 0; | |
101 | } | |
102 | $WebApp->site_meter($site_meter); | |
103 | ||
104 | # run application | # run application |
105 | $WebApp->run(); | $WebApp->run(); |
|
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |