Completed
Pull Request — master (#839)
by
unknown
01:57
created
controller/Controller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
                 header('HTTP/1.0 304 Not Modified');
142 142
                 return true;
143 143
             }
144
-            header("Last-Modified: " . $modifiedDate->format('Y-m-d H:i:s'));
144
+            header("Last-Modified: ".$modifiedDate->format('Y-m-d H:i:s'));
145 145
         }
146 146
         return false;
147 147
     }
Please login to merge, or discard this patch.
config.inc 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -41,13 +41,13 @@
 block discarded – undo
41 41
 define("FEEDBACK_ENVELOPE_SENDER", "");
42 42
 
43 43
 // whether or not to log caught exceptions
44
-define ("LOG_CAUGHT_EXCEPTIONS", FALSE);
44
+define("LOG_CAUGHT_EXCEPTIONS", FALSE);
45 45
 
46 46
 // set to TRUE to enable logging into browser console
47
-define ("LOG_BROWSER_CONSOLE", FALSE);
47
+define("LOG_BROWSER_CONSOLE", FALSE);
48 48
 
49 49
 // set to a logfile path to enable logging into log file
50
-define ("LOG_FILE_NAME", NULL);
50
+define("LOG_FILE_NAME", NULL);
51 51
 
52 52
 # customize the service name
53 53
 define("SERVICE_NAME", "Skosmos");
Please login to merge, or discard this patch.