| @@ -20,7 +20,7 @@ | ||
| 20 | 20 | <form name="install" id="install_form" action="index.php?action=options" method="post"> | 
| 21 | 21 | <?php | 
| 22 | 22 |  if ($errors == 0) { | 
| 23 | - // check if install folder is removeable | |
| 23 | + // check if install folder is removeable | |
| 24 | 24 |      if (is_writable("../install")) { ?> | 
| 25 | 25 | <span id="removeinstall" style="float:left;cursor:pointer;color:#505050;line-height:18px;" onclick="var chk=document.install.rminstaller; if(chk) chk.checked=!chk.checked;"><input type="checkbox" name="rminstaller" onclick="event.cancelBubble=true;" <?php echo (empty ($errors) ? 'checked="checked"' : '') ?> style="cursor:default;" /><?php echo $_lang['remove_install_folder_auto'] ?></span> | 
| 26 | 26 | <?php | 
| @@ -8,10 +8,10 @@ | ||
| 8 | 8 | $self = 'install/connection.databasetest.php'; | 
| 9 | 9 |  $base_path = str_replace($self,'',str_replace('\\','/', __FILE__)); | 
| 10 | 10 |  if (is_file("{$base_path}assets/cache/siteManager.php")) { | 
| 11 | -	include_once("{$base_path}assets/cache/siteManager.php"); | |
| 11 | +    include_once("{$base_path}assets/cache/siteManager.php"); | |
| 12 | 12 | } | 
| 13 | 13 |  if(!defined('MGR_DIR') && is_dir("{$base_path}manager")) { | 
| 14 | -	define('MGR_DIR','manager'); | |
| 14 | +    define('MGR_DIR','manager'); | |
| 15 | 15 | } | 
| 16 | 16 |  require_once("lang.php"); | 
| 17 | 17 | |
| @@ -16,10 +16,10 @@ | ||
| 16 | 16 | error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); | 
| 17 | 17 | |
| 18 | 18 |  if (is_file("{$base_path}assets/cache/siteManager.php")) { | 
| 19 | -	include_once("{$base_path}assets/cache/siteManager.php"); | |
| 19 | +    include_once("{$base_path}assets/cache/siteManager.php"); | |
| 20 | 20 | } | 
| 21 | 21 |  if(!defined('MGR_DIR') && is_dir("{$base_path}manager")) { | 
| 22 | -	define('MGR_DIR', 'manager'); | |
| 22 | +    define('MGR_DIR', 'manager'); | |
| 23 | 23 | } | 
| 24 | 24 | |
| 25 | 25 | |
| @@ -177,9 +177,9 @@ | ||
| 177 | 177 | <td colspan="2"><div class="split"></div></td> | 
| 178 | 178 | </tr> | 
| 179 | 179 | <?php | 
| 180 | - // Check for GD before allowing captcha to be enabled | |
| 181 | -      $gdAvailable = extension_loaded('gd');
 | |
| 182 | - ?> | |
| 180 | + // Check for GD before allowing captcha to be enabled | |
| 181 | +        $gdAvailable = extension_loaded('gd');
 | |
| 182 | + ?> | |
| 183 | 183 | <?php | 
| 184 | 184 |  $gdAvailable = extension_loaded('gd');
 | 
| 185 | 185 | if(!$gdAvailable) $use_captcha = 0; | 
| @@ -7,10 +7,10 @@ discard block | ||
| 7 | 7 | |
| 8 | 8 | // invoke OnBeforeManagerLogout event | 
| 9 | 9 |  $modx->invokeEvent("OnBeforeManagerLogout", | 
| 10 | - array( | |
| 11 | - "userid" => $internalKey, | |
| 12 | - "username" => $username | |
| 13 | - )); | |
| 10 | + array( | |
| 11 | + "userid" => $internalKey, | |
| 12 | + "username" => $username | |
| 13 | + )); | |
| 14 | 14 | |
| 15 | 15 | //// Unset all of the session variables. | 
| 16 | 16 | //$_SESSION = array(); | 
| @@ -33,10 +33,10 @@ discard block | ||
| 33 | 33 | |
| 34 | 34 | // invoke OnManagerLogout event | 
| 35 | 35 |  $modx->invokeEvent("OnManagerLogout", | 
| 36 | - array( | |
| 37 | - "userid" => $internalKey, | |
| 38 | - "username" => $username | |
| 39 | - )); | |
| 36 | + array( | |
| 37 | + "userid" => $internalKey, | |
| 38 | + "username" => $username | |
| 39 | + )); | |
| 40 | 40 | |
| 41 | 41 | // show login screen | 
| 42 | 42 |  header('Location: ' . MODX_MANAGER_URL); | 
| @@ -236,9 +236,9 @@ | ||
| 236 | 236 | lockedElementsTranslation: <?= json_encode($unlockTranslations, JSON_FORCE_OBJECT | JSON_UNESCAPED_UNICODE) . "\n" ?> | 
| 237 | 237 | }; | 
| 238 | 238 | <?php | 
| 239 | -      $opened = array_filter(array_map('intval', explode('|', $_SESSION['openedArray'])));
 | |
| 240 | -      echo (empty($opened) ? '' : 'modx.openedArray[' . implode("] = 1;\n		modx.openedArray[", $opened) . '] = 1;') . "\n";
 | |
| 241 | - ?> | |
| 239 | +        $opened = array_filter(array_map('intval', explode('|', $_SESSION['openedArray'])));
 | |
| 240 | +        echo (empty($opened) ? '' : 'modx.openedArray[' . implode("] = 1;\n		modx.openedArray[", $opened) . '] = 1;') . "\n";
 | |
| 241 | + ?> | |
| 242 | 242 | </script> | 
| 243 | 243 | <script src="media/style/<?= $modx->config['manager_theme'] ?>/js/modx.min.js?v=<?= $lastInstallTime ?>"></script> | 
| 244 | 244 |      <?php if ($modx->config['show_picker'] != "0") { ?>
 | 
| @@ -1,13 +1,13 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | |
| 3 | 3 |  class DATEPICKER {
 | 
| 4 | -	function __construct() {
 | |
| 5 | - } | |
| 4 | +    function __construct() {
 | |
| 5 | + } | |
| 6 | 6 | |
| 7 | -	function getDP() {
 | |
| 8 | - global $modx, $_lang; | |
| 7 | +    function getDP() {
 | |
| 8 | + global $modx, $_lang; | |
| 9 | 9 | |
| 10 | - $tpl = file_get_contents(dirname(__FILE__) . '/datepicker.tpl'); | |
| 11 | - return $modx->parseText($tpl, $_lang, '[%', '%]'); | |
| 12 | - } | |
| 10 | + $tpl = file_get_contents(dirname(__FILE__) . '/datepicker.tpl'); | |
| 11 | + return $modx->parseText($tpl, $_lang, '[%', '%]'); | |
| 12 | + } | |
| 13 | 13 | } | 
| @@ -1,16 +1,16 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | |
| 3 | 3 | /** This file is part of KCFinder project | 
| 4 | - * | |
| 5 | - * @desc Image detection class | |
| 6 | - * @package KCFinder | |
| 7 | - * @version 2.54 | |
| 8 | - * @author Pavel Tzonkov <[email protected]> | |
| 9 | - * @copyright 2010-2014 KCFinder Project | |
| 10 | - * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | |
| 11 | - * @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2 | |
| 12 | - * @link http://kcfinder.sunhater.com | |
| 13 | - */ | |
| 4 | + * | |
| 5 | + * @desc Image detection class | |
| 6 | + * @package KCFinder | |
| 7 | + * @version 2.54 | |
| 8 | + * @author Pavel Tzonkov <[email protected]> | |
| 9 | + * @copyright 2010-2014 KCFinder Project | |
| 10 | + * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | |
| 11 | + * @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2 | |
| 12 | + * @link http://kcfinder.sunhater.com | |
| 13 | + */ | |
| 14 | 14 | |
| 15 | 15 |  class type_img { | 
| 16 | 16 | |
| @@ -1,16 +1,16 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | |
| 3 | 3 | /** This file is part of KCFinder project | 
| 4 | - * | |
| 5 | - * @desc MIME type detection class | |
| 6 | - * @package KCFinder | |
| 7 | - * @version 2.54 | |
| 8 | - * @author Pavel Tzonkov <[email protected]> | |
| 9 | - * @copyright 2010-2014 KCFinder Project | |
| 10 | - * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | |
| 11 | - * @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2 | |
| 12 | - * @link http://kcfinder.sunhater.com | |
| 13 | - */ | |
| 4 | + * | |
| 5 | + * @desc MIME type detection class | |
| 6 | + * @package KCFinder | |
| 7 | + * @version 2.54 | |
| 8 | + * @author Pavel Tzonkov <[email protected]> | |
| 9 | + * @copyright 2010-2014 KCFinder Project | |
| 10 | + * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | |
| 11 | + * @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2 | |
| 12 | + * @link http://kcfinder.sunhater.com | |
| 13 | + */ | |
| 14 | 14 | |
| 15 | 15 |  class type_mime { | 
| 16 | 16 | |