summaryrefslogtreecommitdiffstats
path: root/staticweb/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'staticweb/index.pl')
-rwxr-xr-xstaticweb/index.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/staticweb/index.pl b/staticweb/index.pl
index 5bfc631f..82d52f02 100755
--- a/staticweb/index.pl
+++ b/staticweb/index.pl
@@ -47,8 +47,8 @@ sub main
if( !%brdlist );
($bid) = $ENV{PATH_INFO} =~ m|.*/(\d+)/$|;
- $bid ||= 0;
- $rh{isroot} = ($bid == 0);
+ $bid ||= 1;
+ $rh{isroot} = ($bid == 1);
if( !exists $brdlist{"class.$bid"} ){
print "sorry, this bid $bid not found :(";