Commit c3fff1b9 authored by Frank Bergmann's avatar Frank Bergmann

- updated changes from projop

- added package_versions into message
parent 7615d184
...@@ -19,14 +19,15 @@ ad_page_contract { ...@@ -19,14 +19,15 @@ ad_page_contract {
@author frank.bergmann@project-open.com @author frank.bergmann@project-open.com
} { } {
{ error_url:trim "" } { error_url:trim}
{ error_info:trim "" } { error_info:trim ""}
{ error_first_names:trim "" } { error_first_names:trim ""}
{ error_last_name:trim "" } { error_last_name:trim ""}
{ error_user_email:trim "" } { error_user_email:trim ""}
{ core_version:trim "" } { core_version:trim ""}
{ system_url:trim "" } { package_versions:trim ""}
{ publisher_name "" } { system_url:trim ""}
{ publisher_name ""}
} }
ns_log Notice "new-system-incident: error_url=$error_url" ns_log Notice "new-system-incident: error_url=$error_url"
...@@ -35,6 +36,7 @@ ns_log Notice "new-system-incident: error_first_names=$error_first_names" ...@@ -35,6 +36,7 @@ ns_log Notice "new-system-incident: error_first_names=$error_first_names"
ns_log Notice "new-system-incident: error_last_name=$error_last_name" ns_log Notice "new-system-incident: error_last_name=$error_last_name"
ns_log Notice "new-system-incident: error_user_email=$error_user_email" ns_log Notice "new-system-incident: error_user_email=$error_user_email"
ns_log Notice "new-system-incident: core_version=$core_version" ns_log Notice "new-system-incident: core_version=$core_version"
ns_log Notice "new-system-incident: package_versions=$package_versions"
# Maximum number of incidents per day per IP address # Maximum number of incidents per day per IP address
# Designed to avoid denial or service attacks # Designed to avoid denial or service attacks
...@@ -138,6 +140,7 @@ User Name: $error_first_names $error_last_name ...@@ -138,6 +140,7 @@ User Name: $error_first_names $error_last_name
User Email: $error_user_email User Email: $error_user_email
Publisher Name: $publisher_name Publisher Name: $publisher_name
Core Version: $core_version Core Version: $core_version
Package Versions: $package_versions
Error Info: Error Info:
$error_info" $error_info"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment