Completed
Push — master ( 6dab8b...b949bb )
by Michael
02:15 queued 11s
created
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.