diff options
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/network_test_server/files/www/htdocs/qtest/cgi-bin/httpcachetest_expires304_v2.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/network_test_server/files/www/htdocs/qtest/cgi-bin/httpcachetest_expires304_v2.cgi b/puppet/modules/network_test_server/files/www/htdocs/qtest/cgi-bin/httpcachetest_expires304_v2.cgi index 8c01538..38e442c 100644 --- a/puppet/modules/network_test_server/files/www/htdocs/qtest/cgi-bin/httpcachetest_expires304_v2.cgi +++ b/puppet/modules/network_test_server/files/www/htdocs/qtest/cgi-bin/httpcachetest_expires304_v2.cgi @@ -1,5 +1,5 @@ #!/bin/bash -if [ "${HTTP_IF_MODIFIED_SINCE}" ] ; then +if [ -n "${HTTP_IF_MODIFIED_SINCE}" ] ; then echo "Status: 304" echo "" exit; |