Passed
Push — develop ( 8c3394...9d4761 )
by Mykola
08:36
created
engine/config/application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     along with this program. If not, see <http://www.gnu.org/licenses/>. */
22 22
 
23 23
 // Site
24
-$_['app_url']        = '/application/';
24
+$_['app_url'] = '/application/';
25 25
 
26 26
 // Session
27 27
 $_['session_autostart'] = false;
Please login to merge, or discard this patch.
engine/config/administration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     along with this program. If not, see <http://www.gnu.org/licenses/>. */
22 22
 
23 23
 // Site
24
-$_['app_url']        = '/administration/';
24
+$_['app_url'] = '/administration/';
25 25
 
26 26
 // Template
27 27
 $_['template_type']     = 'administration';
Please login to merge, or discard this patch.