--- parser3/src/targets/cgi/parser3.C 2024/08/26 20:44:14 1.354 +++ parser3/src/targets/cgi/parser3.C 2024/11/04 03:53:25 1.356 @@ -1,11 +1,11 @@ /** @file Parser: scripting and CGI main. - Copyright (c) 2001-2023 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com) Authors: Konstantin Morshnev , Alexandr Petrosian */ -volatile const char * IDENT_PARSER3_C="$Id: parser3.C,v 1.354 2024/08/26 20:44:14 moko Exp $"; +volatile const char * IDENT_PARSER3_C="$Id: parser3.C,v 1.356 2024/11/04 03:53:25 moko Exp $"; #include "pa_config_includes.h" @@ -241,7 +241,7 @@ static const char* locate_config(const c #endif // next to the executable if(!exec_dir_pos || (exec_dir_pos==executable_path+1 && *executable_path=='.')){ - // just parser3.exe or ./parser3.cgi, full path to avoid "parser already configured" + // when just parser3 or ./parser3 full path should be used to avoid "parser already configured" filespec_4log=full_disk_path(AUTO_FILE_NAME); } else { filespec_4log=pa_strcat(pa_strdup(executable_path, exec_dir_pos - executable_path), "/" AUTO_FILE_NAME); @@ -599,7 +599,7 @@ static void call_real_parser_handler__su static void usage(const char* program) { printf( "Parser/%s\n" - "Copyright (c) 2001-2023 Art. Lebedev Studio (http://www.artlebedev.com)\n" + "Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com)\n" "Authors: Konstantin Morshnev , Alexandr Petrosian \n" "\n" "Usage: %s [options] [file]\n"