]> git.imager.perl.org - bse.git/blob - site/cgi-bin/page.fcgi
log errors for nadmin.pl/nuser.pl when the controlled fails to load
[bse.git] / site / cgi-bin / page.fcgi
1 #!/usr/bin/perl -w
2 # -d:ptkdb
3 BEGIN { $ENV{DISPLAY} = '192.168.32.51:0.0' }
4 use strict;
5 use FindBin;
6 use lib "$FindBin::Bin/modules";
7 use BSE::UI;
8
9 BSE::UI->run_fcgi("BSE::UI::Page");