Completed
Push — 16.1 ( f1c2af...e8b4e7 )
by Ralf
34:23 queued 17:57
created
doc/test-cli.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,10 +7,13 @@
 block discarded – undo
7 7
  * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
8 8
  */
9 9
 
10
-if (php_sapi_name() !== 'cli')	// security precaution: forbit calling as web-page
10
+if (php_sapi_name() !== 'cli')
11
+{
12
+	// security precaution: forbit calling as web-page
11 13
 {
12 14
 	die('<h1>test-cli.php must NOT be called as web-page --> exiting !!!</h1>');
13 15
 }
16
+}
14 17
 
15 18
 ini_set('apc.enable_cli', true);
16 19
 
Please login to merge, or discard this patch.