]> git.imager.perl.org - bse.git/blame - site/cgi-bin/page.pl
use new style field macros for the file edit page
[bse.git] / site / cgi-bin / page.pl
CommitLineData
efcc5a30
TC
1#!/usr/bin/perl -w
2# -d:ptkdb
fe5726a3 3BEGIN { $ENV{DISPLAY} = '192.168.32.54:0.0' }
efcc5a30
TC
4use strict;
5use FindBin;
6use lib "$FindBin::Bin/modules";
87380dfb 7use BSE::UI;
efcc5a30 8
87380dfb 9BSE::UI->run("BSE::UI::Page");