Completed
Push — master ( 6dab8b...b949bb )
by Michael
02:15 queued 11s
created
html/modules/altsys/admin/admin_menu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,4 +9,4 @@
 block discarded – undo
9 9
 // require $mydirpath.'/mytrustdirname.php' ; // set $mytrustdirname
10 10
 $mytrustdirname = 'altsys';
11 11
 
12
-require XOOPS_TRUST_PATH . '/libs/' . $mytrustdirname . '/admin_menu.php';
12
+require XOOPS_TRUST_PATH.'/libs/'.$mytrustdirname.'/admin_menu.php';
Please login to merge, or discard this patch.
html/modules/altsys/admin/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-require dirname(__DIR__, 3) . '/mainfile.php';
3
+require dirname(__DIR__, 3).'/mainfile.php';
4 4
 if (!defined('XOOPS_TRUST_PATH')) {
5 5
     exit('set XOOPS_TRUST_PATH in mainfile.php');
6 6
 }
@@ -10,4 +10,4 @@  discard block
 block discarded – undo
10 10
 // require $mydirpath.'/mytrustdirname.php' ; // set $mytrustdirname
11 11
 $mytrustdirname = 'altsys';
12 12
 
13
-require XOOPS_TRUST_PATH . '/libs/' . $mytrustdirname . '/index.php';
13
+require XOOPS_TRUST_PATH.'/libs/'.$mytrustdirname.'/index.php';
Please login to merge, or discard this patch.
html/modules/altsys/preload/AltsysPreload.class.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,4 +9,4 @@
 block discarded – undo
9 9
 // require $mydirpath.'/mytrustdirname.php' ; // set $mytrustdirname
10 10
 $mytrustdirname = 'altsys';
11 11
 
12
-require XOOPS_TRUST_PATH . '/libs/' . $mytrustdirname . '/preload.php';
12
+require XOOPS_TRUST_PATH.'/libs/'.$mytrustdirname.'/preload.php';
Please login to merge, or discard this patch.
html/modules/altsys/xoops_version.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,4 +9,4 @@
 block discarded – undo
9 9
 // require $mydirpath.'/mytrustdirname.php' ; // set $mytrustdirname
10 10
 $mytrustdirname = 'altsys';
11 11
 
12
-require XOOPS_TRUST_PATH . '/libs/' . $mytrustdirname . '/xoops_version.php';
12
+require XOOPS_TRUST_PATH.'/libs/'.$mytrustdirname.'/xoops_version.php';
Please login to merge, or discard this patch.
html/modules/altsys/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,6 +2,6 @@
 block discarded – undo
2 2
 
3 3
 $xoopsOption['nocommon'] = 1;
4 4
 define('_LEGACY_PREVENT_LOAD_CORE_', true);
5
-require_once \dirname(__DIR__, 2) . '/mainfile.php';
5
+require_once \dirname(__DIR__, 2).'/mainfile.php';
6 6
 
7
-header('Location: ' . XOOPS_URL . '/user.php');
7
+header('Location: '.XOOPS_URL.'/user.php');
Please login to merge, or discard this patch.