]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Send HTTP status code 500 when site has not been configured yet.
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 8 Feb 2010 19:00:24 +0000 (19:00 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 8 Feb 2010 19:00:24 +0000 (19:00 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@646 b3834d28-1941-0410-a4f8-b48e95affb8f

doc/ChangeLog
src/SemanticScuttle/header.php

index f5b151ef4803eb2b2ad404bedeab88a0333a9ab5..71bbe26080f9431447fd336126c1719b5dd4bd09 100644 (file)
@@ -1,7 +1,7 @@
 ChangeLog for SemantiScuttle
 ============================
 
-0.96.0 - 2010-FIXME
+0.96.0 - 2010-02-08
 -------------------
 - Fix bug #2843523: ArtViper thumbnail license change
   reflected by using the javascript backlink
@@ -30,6 +30,7 @@ ChangeLog for SemantiScuttle
 - Add special header file for shell scripts (header-standalone.php)
 - Fix some problems when using mysqli database driver.
 - Make it easy to have www/ in any location one wants it to have
+- Send HTTP status code 500 when site has not been configured yet.
 
 
 0.95.2 - 2010-01-16
index adc68ceb99215e14e5aa77a8aba069c1a4a7a470..12c1f720440a390ce9aff1de9159ee6e5b2714a5 100644 (file)
@@ -15,6 +15,7 @@
  * @link     http://sourceforge.net/projects/semanticscuttle
  */
 if (!file_exists(dirname(__FILE__) .'/../../data/config.php')) {
+    header('HTTP/1.0 500 Internal Server Error');
     die('Please copy "config.php.dist" to "config.php" in data/ folder.');
 }
 set_include_path(