Passed
Push — master ( 5ffd05...16c451 )
by alexandr
03:01
created
roocms/config/defines.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
 /**
24 24
 * DataBase prefix
25 25
 */
26
-define('DB_PREFIX',		$db_info['prefix']);
26
+define('DB_PREFIX', $db_info['prefix']);
27 27
 
28 28
 
29 29
 /**
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
 /**
77 77
  * Web $Path
78 78
  */
79
-define('_DOMAIN',	str_ireplace(array('http://','www.'), '', $_SERVER['HTTP_HOST']));
79
+define('_DOMAIN', str_ireplace(array('http://', 'www.'), '', $_SERVER['HTTP_HOST']));
80 80
 
81 81
 
82 82
 /**
Please login to merge, or discard this patch.