lilalo
changeset 125:078fab45d863
full path to l3-frontend removed
author | igor@chub.in |
---|---|
date | Fri Jul 04 16:12:31 2008 +0300 (2008-07-04) |
parents | d702a44d5d6d |
children | c3d04afa700f 34a84028ddea |
files | l3-cgi-lite |
line diff
1.1 --- a/l3-cgi-lite Fri Jul 04 11:09:56 2008 +0300 1.2 +++ b/l3-cgi-lite Fri Jul 04 16:12:31 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/>";