2 3require "common.pl"; 4 5print "Content-type: text/html\n\n"; 6print "<HTML>"; 7 8# get current and last shown picture id 9$sCurrPic = join( "", common::File_read( "currpic.txt" ) );
--- 23 unchanged lines hidden --- | 22 23require "common.pl"; 24 25print "Content-type: text/html\n\n"; 26print "<HTML>"; 27 28# get current and last shown picture id 29$sCurrPic = join( "", common::File_read( "currpic.txt" ) );
--- 23 unchanged lines hidden --- |