@@ -9,4 +9,4 @@ |
||
| 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'; |
|
@@ -9,4 +9,4 @@ |
||
| 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'; |
|
@@ -2,6 +2,6 @@ |
||
| 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'); |
|