lilalo
diff l3-cgi-lite @ 138:93e08c4b54ed
typo fixed
author | igor@chub.in |
---|---|
date | Mon Jul 21 11:24:53 2008 +0300 (2008-07-21) |
parents | 9e6359b7ad55 |
children | c48bd05dca85 |
line diff
1.1 --- a/l3-cgi-lite Sun Mar 09 22:54:22 2008 +0200 1.2 +++ b/l3-cgi-lite Mon Jul 21 11:24:53 2008 +0300 1.3 @@ -65,7 +65,7 @@ 1.4 && -e "$real_path/index.html" 1.5 && (stat("$real_path/index.html"))[9] > (stat("$real_path/$data_file"))[9] && 0!=0 ) { 1.6 1.7 - my $l3_frontend = "/home/devi/cvs/lilalo/l3-frontend --backend_datafile $real_path/$data_file --output $real_path/index.html --start_from_command $start_from_command "; 1.8 + my $l3_frontend = "l3-frontend --backend_datafile $real_path/$data_file --output $real_path/index.html --start_from_command $start_from_command "; 1.9 system($l3_frontend) == 0 1.10 or error("Файл журнала найден, но возникла ошибка при его обработке:<br/> $!"); 1.11 #$print .= "(перегенирован)<br/>";