diff options
| author | Jules Laplace <carbon@melanarchy.org> | 2013-08-02 20:12:56 -0500 |
|---|---|---|
| committer | Jules Laplace <carbon@melanarchy.org> | 2013-08-02 20:12:56 -0500 |
| commit | 42fb39365d371ecb5102a68d7a120d14b8d6924d (patch) | |
| tree | a891235e9827547a7916123c381c142622f7c102 /cgi-bin | |
| parent | f5f04a1198b33d832c535fb5a31a5415ed42e1ad (diff) | |
show svn box, disable tag getter
Diffstat (limited to 'cgi-bin')
| -rwxr-xr-x | cgi-bin/index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/index b/cgi-bin/index index 8ddacb4..813dd8b 100755 --- a/cgi-bin/index +++ b/cgi-bin/index @@ -272,10 +272,10 @@ if ($s) { welcome_box(); # if (check_key($USER->{boxes}, "welcome")); search_box(); + svn_box();# if $USER->{'ulevel'} == 3; # radio_box() ; # if (check_key($USER->{boxes}, "radio")); # bPod_box() if (check_key($USER->{boxes}, "bPod")); hoot_box() if (check_key($USER->{boxes}, "hootbox")); -# svn_box();# if $USER->{'ulevel'} == 3; # upload_form($keyword) if (check_key($USER->{boxes}, "postform")); } print qq(</td>); |
