Completed
Pull Request — 2.x (#1148)
by
unknown
03:16
created
php/chars-test.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,10 +24,10 @@
 block discarded – undo
24 24
 
25 25
 //                     й                 ё              Й               Ё              Ø         Å
26 26
 $patterns = array("\u0438\u0306", "\u0435\u0308", "\u0418\u0306", "\u0415\u0308", "\u00d8A", "\u030a");
27
-$replace  = array("\u0439",        "\u0451",       "\u0419",       "\u0401",       "\u00d8", "\u00c5");
27
+$replace  = array("\u0439", "\u0451", "\u0419", "\u0401", "\u00d8", "\u00c5");
28 28
 
29 29
 
30
-foreach(scandir($path) as $f) {
30
+foreach (scandir($path) as $f) {
31 31
 	if ($f != '.' && $f != '..' && substr($f, 0, 1) != '.') {
32 32
 		
33 33
 		// echo mb_detect_encoding($f);
Please login to merge, or discard this patch.
php/elFinder.class.php 1 patch
Spacing   +146 added lines, -146 removed lines patch added patch discarded remove patch
@@ -203,14 +203,14 @@  discard block
 block discarded – undo
203 203
 	const ERROR_INV_PARAMS        = 'errCmdParams';
204 204
 	const ERROR_OPEN              = 'errOpen';
205 205
 	const ERROR_DIR_NOT_FOUND     = 'errFolderNotFound';
206
-	const ERROR_FILE_NOT_FOUND    = 'errFileNotFound';     // 'File not found.'
206
+	const ERROR_FILE_NOT_FOUND    = 'errFileNotFound'; // 'File not found.'
207 207
 	const ERROR_TRGDIR_NOT_FOUND  = 'errTrgFolderNotFound'; // 'Target folder "$1" not found.'
208 208
 	const ERROR_NOT_DIR           = 'errNotFolder';
209 209
 	const ERROR_NOT_FILE          = 'errNotFile';
210 210
 	const ERROR_PERM_DENIED       = 'errPerm';
211
-	const ERROR_LOCKED            = 'errLocked';        // '"$1" is locked and can not be renamed, moved or removed.'
212
-	const ERROR_EXISTS            = 'errExists';        // 'File named "$1" already exists.'
213
-	const ERROR_INVALID_NAME      = 'errInvName';       // 'Invalid file name.'
211
+	const ERROR_LOCKED            = 'errLocked'; // '"$1" is locked and can not be renamed, moved or removed.'
212
+	const ERROR_EXISTS            = 'errExists'; // 'File named "$1" already exists.'
213
+	const ERROR_INVALID_NAME      = 'errInvName'; // 'Invalid file name.'
214 214
 	const ERROR_MKDIR             = 'errMkdir';
215 215
 	const ERROR_MKFILE            = 'errMkfile';
216 216
 	const ERROR_RENAME            = 'errRename';
@@ -219,20 +219,20 @@  discard block
 block discarded – undo
219 219
 	const ERROR_COPY_FROM         = 'errCopyFrom';
220 220
 	const ERROR_COPY_TO           = 'errCopyTo';
221 221
 	const ERROR_COPY_ITSELF       = 'errCopyInItself';
222
-	const ERROR_REPLACE           = 'errReplace';          // 'Unable to replace "$1".'
223
-	const ERROR_RM                = 'errRm';               // 'Unable to remove "$1".'
224
-	const ERROR_RM_SRC            = 'errRmSrc';            // 'Unable remove source file(s)'
225
-	const ERROR_MKOUTLINK         = 'errMkOutLink';        // 'Unable to create a link to outside the volume root.'
226
-	const ERROR_UPLOAD            = 'errUpload';           // 'Upload error.'
227
-	const ERROR_UPLOAD_FILE       = 'errUploadFile';       // 'Unable to upload "$1".'
228
-	const ERROR_UPLOAD_NO_FILES   = 'errUploadNoFiles';    // 'No files found for upload.'
229
-	const ERROR_UPLOAD_TOTAL_SIZE = 'errUploadTotalSize';  // 'Data exceeds the maximum allowed size.'
230
-	const ERROR_UPLOAD_FILE_SIZE  = 'errUploadFileSize';   // 'File exceeds maximum allowed size.'
231
-	const ERROR_UPLOAD_FILE_MIME  = 'errUploadMime';       // 'File type not allowed.'
232
-	const ERROR_UPLOAD_TRANSFER   = 'errUploadTransfer';   // '"$1" transfer error.'
233
-	const ERROR_UPLOAD_TEMP       = 'errUploadTemp';       // 'Unable to make temporary file for upload.'
222
+	const ERROR_REPLACE           = 'errReplace'; // 'Unable to replace "$1".'
223
+	const ERROR_RM                = 'errRm'; // 'Unable to remove "$1".'
224
+	const ERROR_RM_SRC            = 'errRmSrc'; // 'Unable remove source file(s)'
225
+	const ERROR_MKOUTLINK         = 'errMkOutLink'; // 'Unable to create a link to outside the volume root.'
226
+	const ERROR_UPLOAD            = 'errUpload'; // 'Upload error.'
227
+	const ERROR_UPLOAD_FILE       = 'errUploadFile'; // 'Unable to upload "$1".'
228
+	const ERROR_UPLOAD_NO_FILES   = 'errUploadNoFiles'; // 'No files found for upload.'
229
+	const ERROR_UPLOAD_TOTAL_SIZE = 'errUploadTotalSize'; // 'Data exceeds the maximum allowed size.'
230
+	const ERROR_UPLOAD_FILE_SIZE  = 'errUploadFileSize'; // 'File exceeds maximum allowed size.'
231
+	const ERROR_UPLOAD_FILE_MIME  = 'errUploadMime'; // 'File type not allowed.'
232
+	const ERROR_UPLOAD_TRANSFER   = 'errUploadTransfer'; // '"$1" transfer error.'
233
+	const ERROR_UPLOAD_TEMP       = 'errUploadTemp'; // 'Unable to make temporary file for upload.'
234 234
 	// const ERROR_ACCESS_DENIED     = 'errAccess';
235
-	const ERROR_NOT_REPLACE       = 'errNotReplace';       // Object "$1" already exists at this location and can not be replaced with object of another type.
235
+	const ERROR_NOT_REPLACE       = 'errNotReplace'; // Object "$1" already exists at this location and can not be replaced with object of another type.
236 236
 	const ERROR_SAVE              = 'errSave';
237 237
 	const ERROR_EXTRACT           = 'errExtract';
238 238
 	const ERROR_ARCHIVE           = 'errArchive';
@@ -247,14 +247,14 @@  discard block
 block discarded – undo
247 247
 	const ERROR_NETMOUNT          = 'errNetMount';
248 248
 	const ERROR_NETUNMOUNT        = 'errNetUnMount';
249 249
 	const ERROR_NETMOUNT_NO_DRIVER = 'errNetMountNoDriver';
250
-	const ERROR_NETMOUNT_FAILED       = 'errNetMountFailed';
250
+	const ERROR_NETMOUNT_FAILED = 'errNetMountFailed';
251 251
 
252
-	const ERROR_SESSION_EXPIRES 	= 'errSessionExpires';
252
+	const ERROR_SESSION_EXPIRES = 'errSessionExpires';
253 253
 
254 254
 	const ERROR_CREATING_TEMP_DIR 	= 'errCreatingTempDir';
255 255
 	const ERROR_FTP_DOWNLOAD_FILE 	= 'errFtpDownloadFile';
256
-	const ERROR_FTP_UPLOAD_FILE 	= 'errFtpUploadFile';
257
-	const ERROR_FTP_MKDIR 		= 'errFtpMkdir';
256
+	const ERROR_FTP_UPLOAD_FILE = 'errFtpUploadFile';
257
+	const ERROR_FTP_MKDIR = 'errFtpMkdir';
258 258
 	const ERROR_ARCHIVE_EXEC 	= 'errArchiveExec';
259 259
 	const ERROR_EXTRACT_EXEC 	= 'errExtractExec';
260 260
 
@@ -276,17 +276,17 @@  discard block
 block discarded – undo
276 276
 
277 277
 		$this->time  = $this->utime();
278 278
 		$this->debug = (isset($opts['debug']) && $opts['debug'] ? true : false);
279
-		$this->sessionCloseEarlier = isset($opts['sessionCloseEarlier'])? (bool)$opts['sessionCloseEarlier'] : true;
279
+		$this->sessionCloseEarlier = isset($opts['sessionCloseEarlier']) ? (bool) $opts['sessionCloseEarlier'] : true;
280 280
 		$this->sessionUseCmds = array_flip($sessionUseCmds);
281 281
 		$this->timeout = (isset($opts['timeout']) ? $opts['timeout'] : 0);
282 282
 		$this->uploadTempPath = (isset($opts['uploadTempPath']) ? $opts['uploadTempPath'] : '');
283
-		$this->netVolumesSessionKey = !empty($opts['netVolumesSessionKey'])? $opts['netVolumesSessionKey'] : 'elFinderNetVolumes';
283
+		$this->netVolumesSessionKey = !empty($opts['netVolumesSessionKey']) ? $opts['netVolumesSessionKey'] : 'elFinderNetVolumes';
284 284
 		$this->callbackWindowURL = (isset($opts['callbackWindowURL']) ? $opts['callbackWindowURL'] : '');
285 285
 		self::$sessionCacheKey = !empty($opts['sessionCacheKey']) ? $opts['sessionCacheKey'] : 'elFinderCaches';
286 286
 		
287 287
 		// check session cache
288 288
 		$_optsMD5 = md5(json_encode($opts['roots']));
289
-		if (! isset($_SESSION[self::$sessionCacheKey]) || $_SESSION[self::$sessionCacheKey]['_optsMD5'] !== $_optsMD5) {
289
+		if (!isset($_SESSION[self::$sessionCacheKey]) || $_SESSION[self::$sessionCacheKey]['_optsMD5'] !== $_optsMD5) {
290 290
 			$_SESSION[self::$sessionCacheKey] = array(
291 291
 				'_optsMD5' => $_optsMD5
292 292
 			);
@@ -305,20 +305,20 @@  discard block
 block discarded – undo
305 305
 			$_reqCmd = isset($_req['cmd']) ? $_req['cmd'] : '';
306 306
 			foreach ($opts['bind'] as $cmd => $handlers) {
307 307
 				$doRegist = (strpos($cmd, '*') !== false);
308
-				if (! $doRegist) {
308
+				if (!$doRegist) {
309 309
 					$_getcmd = create_function('$cmd', 'list($ret) = explode(\'.\', $cmd);return trim($ret);');
310 310
 					$doRegist = ($_reqCmd && in_array($_reqCmd, array_map($_getcmd, explode(' ', $cmd))));
311 311
 				}
312 312
 				if ($doRegist) {
313
-					if (! is_array($handlers) || is_object($handlers[0])) {
313
+					if (!is_array($handlers) || is_object($handlers[0])) {
314 314
 						$handlers = array($handlers);
315 315
 					}
316
-					foreach($handlers as $handler) {
316
+					foreach ($handlers as $handler) {
317 317
 						if ($handler) {
318 318
 							if (is_string($handler) && strpos($handler, '.')) {
319 319
 								list($_domain, $_name, $_method) = array_pad(explode('.', $handler), 3, '');
320 320
 								if (strcasecmp($_domain, 'plugin') === 0) {
321
-									if ($plugin = $this->getPluginInstance($_name, isset($opts['plugin'][$_name])? $opts['plugin'][$_name] : array())
321
+									if ($plugin = $this->getPluginInstance($_name, isset($opts['plugin'][$_name]) ? $opts['plugin'][$_name] : array())
322 322
 											and method_exists($plugin, $_method)) {
323 323
 										$this->bind($cmd, array($plugin, $_method));
324 324
 									}
@@ -405,13 +405,13 @@  discard block
 block discarded – undo
405 405
 	public function bind($cmd, $handler) {
406 406
 		$allCmds = array_keys($this->commands);
407 407
 		$cmds = array();
408
-		foreach(explode(' ', $cmd) as $_cmd) {
408
+		foreach (explode(' ', $cmd) as $_cmd) {
409 409
 			if ($_cmd !== '') {
410 410
 				if ($all = strpos($_cmd, '*') !== false) {
411 411
 					list(, $sub) = array_pad(explode('.', $_cmd), 2, '');
412 412
 					if ($sub) {
413 413
 						$sub = str_replace('\'', '\\\'', $sub);
414
-						$addSub = create_function('$cmd', 'return $cmd . \'.\' . trim(\'' . $sub . '\');');
414
+						$addSub = create_function('$cmd', 'return $cmd . \'.\' . trim(\''.$sub.'\');');
415 415
 						$cmds = array_merge($cmds, array_map($addSub, $allCmds));
416 416
 					} else {
417 417
 						$cmds = array_merge($cmds, $allCmds);
@@ -491,16 +491,16 @@  discard block
 block discarded – undo
491 491
 
492 492
 	private function session_expires() {
493 493
 		
494
-		if (!isset($_SESSION[self::$sessionCacheKey . ':LAST_ACTIVITY'])) {
495
-			$_SESSION[self::$sessionCacheKey . ':LAST_ACTIVITY'] = time();
494
+		if (!isset($_SESSION[self::$sessionCacheKey.':LAST_ACTIVITY'])) {
495
+			$_SESSION[self::$sessionCacheKey.':LAST_ACTIVITY'] = time();
496 496
 			return false;
497 497
 		}
498 498
 
499
-		if ( ($this->timeout > 0) && (time() - $_SESSION[self::$sessionCacheKey . ':LAST_ACTIVITY'] > $this->timeout) ) {
499
+		if (($this->timeout > 0) && (time() - $_SESSION[self::$sessionCacheKey.':LAST_ACTIVITY'] > $this->timeout)) {
500 500
 			return true;
501 501
 		}
502 502
 
503
-		$_SESSION[self::$sessionCacheKey . ':LAST_ACTIVITY'] = time();
503
+		$_SESSION[self::$sessionCacheKey.':LAST_ACTIVITY'] = time();
504 504
 		return false;	
505 505
 	}
506 506
 	
@@ -533,9 +533,9 @@  discard block
 block discarded – undo
533 533
 		}
534 534
 
535 535
 		// call pre handlers for this command
536
-		$args['sessionCloseEarlier'] = isset($this->sessionUseCmds[$cmd])? false : $this->sessionCloseEarlier;
536
+		$args['sessionCloseEarlier'] = isset($this->sessionUseCmds[$cmd]) ? false : $this->sessionCloseEarlier;
537 537
 		if (!empty($this->listeners[$cmd.'.pre'])) {
538
-			$volume = isset($args['target'])? $this->volume($args['target']) : false;
538
+			$volume = isset($args['target']) ? $this->volume($args['target']) : false;
539 539
 			foreach ($this->listeners[$cmd.'.pre'] as $handler) {
540 540
 				call_user_func_array($handler, array($cmd, &$args, $this, $volume));
541 541
 			}
@@ -557,7 +557,7 @@  discard block
 block discarded – undo
557 557
 		// call handlers for this command
558 558
 		if (!empty($this->listeners[$cmd])) {
559 559
 			foreach ($this->listeners[$cmd] as $handler) {
560
-				if (call_user_func_array($handler,array($cmd,&$result,$args,$this))) {
560
+				if (call_user_func_array($handler, array($cmd, &$result, $args, $this))) {
561 561
 					// handler return true to force sync client after command completed
562 562
 					$result['sync'] = true;
563 563
 				}
@@ -616,7 +616,7 @@  discard block
 block discarded – undo
616 616
 	 * @return string
617 617
 	 * @author Dmitry (dio) Levashov
618 618
 	 **/
619
-	public function realpath($hash)	{
619
+	public function realpath($hash) {
620 620
 		if (($volume = $this->volume($hash)) == false) {
621 621
 			return false;
622 622
 		}
@@ -672,11 +672,11 @@  discard block
 block discarded – undo
672 672
 	 */
673 673
 	protected function getPluginInstance($name, $opts = array()) {
674 674
 		$key = strtolower($name);
675
-		if (! isset($this->plugins[$key])) {
676
-			$p_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'plugins' . DIRECTORY_SEPARATOR . $name . DIRECTORY_SEPARATOR . 'plugin.php';
675
+		if (!isset($this->plugins[$key])) {
676
+			$p_file = dirname(__FILE__).DIRECTORY_SEPARATOR.'plugins'.DIRECTORY_SEPARATOR.$name.DIRECTORY_SEPARATOR.'plugin.php';
677 677
 			if (is_file($p_file)) {
678 678
 				require_once $p_file;
679
-				$class = 'elFinderPlugin' . $name;
679
+				$class = 'elFinderPlugin'.$name;
680 680
 				$this->plugins[$key] = new $class($opts);
681 681
 			} else {
682 682
 				$this->plugins[$key] = false;
@@ -768,8 +768,8 @@  discard block
 block discarded – undo
768 768
 		
769 769
 		$netVolumes = $this->getNetVolumes();
770 770
 		if ($volume->mount($options)) {
771
-			if (! $key = @ $volume->netMountKey) {
772
-				$key = md5($protocol . '-' . join('-', $options));
771
+			if (!$key = @ $volume->netMountKey) {
772
+				$key = md5($protocol.'-'.join('-', $options));
773 773
 			}
774 774
 			$options['driver'] = $driver;
775 775
 			$options['netkey'] = $key;
@@ -971,7 +971,7 @@  discard block
 block discarded – undo
971 971
 			$disp = 'attachment';
972 972
 			$mime = $file['mime'];
973 973
 		} else {
974
-			$disp  = preg_match('/^(image|text)/i', $file['mime']) || $file['mime'] == 'application/x-shockwave-flash' 
974
+			$disp = preg_match('/^(image|text)/i', $file['mime']) || $file['mime'] == 'application/x-shockwave-flash' 
975 975
 					? 'inline' 
976 976
 					: 'attachment';
977 977
 			$mime = $file['mime'];
@@ -1083,7 +1083,7 @@  discard block
 block discarded – undo
1083 1083
 		$name   = $args['name'];
1084 1084
 		
1085 1085
 		if (($volume = $this->volume($target)) == false
1086
-		||  ($rm  = $volume->file($target)) == false) {
1086
+		||  ($rm = $volume->file($target)) == false) {
1087 1087
 			return array('error' => $this->error(self::ERROR_RENAME, '#'.$target, self::ERROR_FILE_NOT_FOUND));
1088 1088
 		}
1089 1089
 		$rm['realpath'] = $volume->realpath($target);
@@ -1161,9 +1161,9 @@  discard block
 block discarded – undo
1161 1161
 	* @retval false  error
1162 1162
 	* @author Naoki Sawada
1163 1163
 	**/
1164
-	protected function get_remote_contents( &$url, $timeout = 30, $redirect_max = 5, $ua = 'Mozilla/5.0', $fp = null ) {
1165
-		$method = (function_exists('curl_exec') && !ini_get('safe_mode'))? 'curl_get_contents' : 'fsock_get_contents'; 
1166
-		return $this->$method( $url, $timeout, $redirect_max, $ua, $fp );
1164
+	protected function get_remote_contents(&$url, $timeout = 30, $redirect_max = 5, $ua = 'Mozilla/5.0', $fp = null) {
1165
+		$method = (function_exists('curl_exec') && !ini_get('safe_mode')) ? 'curl_get_contents' : 'fsock_get_contents'; 
1166
+		return $this->$method($url, $timeout, $redirect_max, $ua, $fp);
1167 1167
 	}
1168 1168
 	
1169 1169
 	/**
@@ -1179,26 +1179,26 @@  discard block
 block discarded – undo
1179 1179
 	 * @retval false  error
1180 1180
 	 * @author Naoki Sawada
1181 1181
 	 **/
1182
-	 protected function curl_get_contents( &$url, $timeout, $redirect_max, $ua, $outfp ){
1182
+	 protected function curl_get_contents(&$url, $timeout, $redirect_max, $ua, $outfp) {
1183 1183
 		$ch = curl_init();
1184
-		curl_setopt( $ch, CURLOPT_URL, $url );
1185
-		curl_setopt( $ch, CURLOPT_HEADER, false );
1184
+		curl_setopt($ch, CURLOPT_URL, $url);
1185
+		curl_setopt($ch, CURLOPT_HEADER, false);
1186 1186
 		if ($outfp) {
1187
-			curl_setopt( $ch, CURLOPT_FILE, $outfp );
1187
+			curl_setopt($ch, CURLOPT_FILE, $outfp);
1188 1188
 		} else {
1189
-			curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
1190
-			curl_setopt( $ch, CURLOPT_BINARYTRANSFER, true );
1191
-		}
1192
-		curl_setopt( $ch, CURLOPT_LOW_SPEED_LIMIT, 1 );
1193
-		curl_setopt( $ch, CURLOPT_LOW_SPEED_TIME, $timeout );
1194
-		curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, false );
1195
-		curl_setopt( $ch, CURLOPT_FOLLOWLOCATION, 1);
1196
-		curl_setopt( $ch, CURLOPT_MAXREDIRS, $redirect_max);
1197
-		curl_setopt( $ch, CURLOPT_USERAGENT, $ua);
1198
-		$result = curl_exec( $ch );
1189
+			curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
1190
+			curl_setopt($ch, CURLOPT_BINARYTRANSFER, true);
1191
+		}
1192
+		curl_setopt($ch, CURLOPT_LOW_SPEED_LIMIT, 1);
1193
+		curl_setopt($ch, CURLOPT_LOW_SPEED_TIME, $timeout);
1194
+		curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
1195
+		curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
1196
+		curl_setopt($ch, CURLOPT_MAXREDIRS, $redirect_max);
1197
+		curl_setopt($ch, CURLOPT_USERAGENT, $ua);
1198
+		$result = curl_exec($ch);
1199 1199
 		$url = curl_getinfo($ch, CURLINFO_EFFECTIVE_URL);
1200
-		curl_close( $ch );
1201
-		return $outfp? $outfp : $result;
1200
+		curl_close($ch);
1201
+		return $outfp ? $outfp : $result;
1202 1202
 	}
1203 1203
 	
1204 1204
 	/**
@@ -1214,7 +1214,7 @@  discard block
 block discarded – undo
1214 1214
 	 * @retval false  error
1215 1215
 	 * @author Naoki Sawada
1216 1216
 	 */
1217
-	protected function fsock_get_contents( &$url, $timeout, $redirect_max, $ua, $outfp ) {
1217
+	protected function fsock_get_contents(&$url, $timeout, $redirect_max, $ua, $outfp) {
1218 1218
 
1219 1219
 		$connect_timeout = 3;
1220 1220
 		$connect_try = 3;
@@ -1225,7 +1225,7 @@  discard block
 block discarded – undo
1225 1225
 		$headers = '';
1226 1226
 		
1227 1227
 		$arr = parse_url($url);
1228
-		if (!$arr){
1228
+		if (!$arr) {
1229 1229
 			// Bad request
1230 1230
 			return false;
1231 1231
 		}
@@ -1233,7 +1233,7 @@  discard block
 block discarded – undo
1233 1233
 		// query
1234 1234
 		$arr['query'] = isset($arr['query']) ? '?'.$arr['query'] : '';
1235 1235
 		// port
1236
-		$arr['port'] = isset($arr['port']) ? $arr['port'] : (!empty($arr['https'])? 443 : 80);
1236
+		$arr['port'] = isset($arr['port']) ? $arr['port'] : (!empty($arr['https']) ? 443 : 80);
1237 1237
 		
1238 1238
 		$url_base = $arr['scheme'].'://'.$arr['host'].':'.$arr['port'];
1239 1239
 		$url_path = isset($arr['path']) ? $arr['path'] : '/';
@@ -1242,21 +1242,21 @@  discard block
 block discarded – undo
1242 1242
 		$query = $method.' '.$uri." HTTP/1.0\r\n";
1243 1243
 		$query .= "Host: ".$arr['host']."\r\n";
1244 1244
 		if (!empty($ua)) $query .= "User-Agent: ".$ua."\r\n";
1245
-		if (!is_null($getSize)) $query .= 'Range: bytes=0-' . ($getSize - 1) . "\r\n";
1245
+		if (!is_null($getSize)) $query .= 'Range: bytes=0-'.($getSize - 1)."\r\n";
1246 1246
 		
1247 1247
 		$query .= $headers;
1248 1248
 
1249 1249
 		$query .= "\r\n";
1250 1250
 
1251 1251
 		$fp = $connect_try_count = 0;
1252
-		while( !$fp && $connect_try_count < $connect_try ) {
1252
+		while (!$fp && $connect_try_count < $connect_try) {
1253 1253
 	
1254 1254
 			$errno = 0;
1255 1255
 			$errstr = "";
1256 1256
 			$fp = @ fsockopen(
1257 1257
 			$arr['https'].$arr['host'],
1258 1258
 			$arr['port'],
1259
-			$errno,$errstr,$connect_timeout);
1259
+			$errno, $errstr, $connect_timeout);
1260 1260
 			if ($fp) break;
1261 1261
 			$connect_try_count++;
1262 1262
 			if (connection_aborted()) {
@@ -1281,13 +1281,13 @@  discard block
 block discarded – undo
1281 1281
 		
1282 1282
 		$_response = '';
1283 1283
 		$header = '';
1284
-		while($_response !== "\r\n"){
1284
+		while ($_response !== "\r\n") {
1285 1285
 			$_response = fgets($fp, $readsize);
1286 1286
 			$header .= $_response;
1287 1287
 		};
1288 1288
 		
1289
-		$rccd = array_pad(explode(' ',$header,3), 3, ''); // array('HTTP/1.1','200','OK\r\n...')
1290
-		$rc = (int)$rccd[1];
1289
+		$rccd = array_pad(explode(' ', $header, 3), 3, ''); // array('HTTP/1.1','200','OK\r\n...')
1290
+		$rc = (int) $rccd[1];
1291 1291
 		
1292 1292
 		// Redirect
1293 1293
 		switch ($rc) {
@@ -1296,19 +1296,19 @@  discard block
 block discarded – undo
1296 1296
 			case 302: // Moved Temporarily
1297 1297
 			case 301: // Moved Permanently
1298 1298
 				$matches = array();
1299
-				if (preg_match('/^Location: (.+?)(#.+)?$/im',$header,$matches) && --$redirect_max > 0) {
1299
+				if (preg_match('/^Location: (.+?)(#.+)?$/im', $header, $matches) && --$redirect_max > 0) {
1300 1300
 					$url = trim($matches[1]);
1301
-					$hash = isset($matches[2])? trim($matches[2]) : '';
1302
-					if (!preg_match('/^https?:\//',$url)) { // no scheme
1301
+					$hash = isset($matches[2]) ? trim($matches[2]) : '';
1302
+					if (!preg_match('/^https?:\//', $url)) { // no scheme
1303 1303
 						if ($url{0} != '/') { // Relative path
1304 1304
 							// to Absolute path
1305
-							$url = substr($url_path,0,strrpos($url_path,'/')).'/'.$url;
1305
+							$url = substr($url_path, 0, strrpos($url_path, '/')).'/'.$url;
1306 1306
 						}
1307 1307
 						// add sheme,host
1308 1308
 						$url = $url_base.$url;
1309 1309
 					}
1310 1310
 					fclose($fp);
1311
-					return $this->fsock_get_contents( $url, $timeout, $redirect_max, $ua, $outfp );
1311
+					return $this->fsock_get_contents($url, $timeout, $redirect_max, $ua, $outfp);
1312 1312
 				}
1313 1313
 		}
1314 1314
 		
@@ -1317,7 +1317,7 @@  discard block
 block discarded – undo
1317 1317
 			$outfp = fopen('php://temp', 'rwb');
1318 1318
 			$body = true;
1319 1319
 		}
1320
-		while(fwrite($outfp, fread($fp, $readsize))) {
1320
+		while (fwrite($outfp, fread($fp, $readsize))) {
1321 1321
 			if ($timeout) {
1322 1322
 				$_status = socket_get_status($fp);
1323 1323
 				if ($_status['timed_out']) {
@@ -1336,7 +1336,7 @@  discard block
 block discarded – undo
1336 1336
 		
1337 1337
 		fclose($fp);
1338 1338
 		
1339
-		return $outfp? $outfp : $body; // Data
1339
+		return $outfp ? $outfp : $body; // Data
1340 1340
 	}
1341 1341
 	
1342 1342
 	/**
@@ -1347,13 +1347,13 @@  discard block
 block discarded – undo
1347 1347
 	 * @return array
1348 1348
 	 * @author Naoki Sawada
1349 1349
 	 */
1350
-	protected function parse_data_scheme( $str, $extTable ) {
1350
+	protected function parse_data_scheme($str, $extTable) {
1351 1351
 		$data = $name = '';
1352 1352
 		if ($fp = fopen('data://'.substr($str, 5), 'rb')) {
1353 1353
 			if ($data = stream_get_contents($fp)) {
1354 1354
 				$meta = stream_get_meta_data($fp);
1355
-				$ext = isset($extTable[$meta['mediatype']])? '.' . $extTable[$meta['mediatype']] : '';
1356
-				$name = substr(md5($data), 0, 8) . $ext;
1355
+				$ext = isset($extTable[$meta['mediatype']]) ? '.'.$extTable[$meta['mediatype']] : '';
1356
+				$name = substr(md5($data), 0, 8).$ext;
1357 1357
 			}
1358 1358
 			fclose($fp);
1359 1359
 		}
@@ -1417,7 +1417,7 @@  discard block
 block discarded – undo
1417 1417
 			}
1418 1418
 		}
1419 1419
 		
1420
-		return ($mime && isset($extTable[$mime]))? ('.' . $extTable[$mime]) : '';
1420
+		return ($mime && isset($extTable[$mime])) ? ('.'.$extTable[$mime]) : '';
1421 1421
 	}
1422 1422
 	
1423 1423
 	/**
@@ -1433,26 +1433,26 @@  discard block
 block discarded – undo
1433 1433
 	private function checkChunkedFile($tmpname, $chunk, $cid, $tempDir, $volume = null) {
1434 1434
 		if (preg_match('/^(.+)(\.\d+_(\d+))\.part$/s', $chunk, $m)) {
1435 1435
 			$fname = $m[1];
1436
-			$encname = md5($cid . '_' . $fname);
1437
-			$base = $tempDir . DIRECTORY_SEPARATOR . 'ELF' . $encname;
1436
+			$encname = md5($cid.'_'.$fname);
1437
+			$base = $tempDir.DIRECTORY_SEPARATOR.'ELF'.$encname;
1438 1438
 			$clast = intval($m[3]);
1439 1439
 			if (is_null($tmpname)) {
1440 1440
 				ignore_user_abort(true);
1441 1441
 				sleep(10); // wait 10 sec
1442 1442
 				// chunked file upload fail
1443
-				foreach(glob($base . '*') as $cf) {
1443
+				foreach (glob($base.'*') as $cf) {
1444 1444
 					@unlink($cf);
1445 1445
 				}
1446 1446
 				ignore_user_abort(false);
1447 1447
 				return;
1448 1448
 			}
1449 1449
 			
1450
-			$range = isset($_POST['range'])? trim($_POST['range']) : '';
1450
+			$range = isset($_POST['range']) ? trim($_POST['range']) : '';
1451 1451
 			if ($range && preg_match('/^(\d+),(\d+),(\d+)$/', $range, $ranges)) {
1452 1452
 				$start = $ranges[1];
1453 1453
 				$len   = $ranges[2];
1454 1454
 				$size  = $ranges[3];
1455
-				$tmp = $base . '.part';
1455
+				$tmp = $base.'.part';
1456 1456
 				$csize = filesize($tmpname);
1457 1457
 				
1458 1458
 				$tmpExists = is_file($tmp);
@@ -1477,7 +1477,7 @@  discard block
 block discarded – undo
1477 1477
 				} else {
1478 1478
 					// wait until makeing temp file (for anothor session)
1479 1479
 					$cnt = 100; // Time limit 10 sec
1480
-					while(!is_file($base) && --$cnt) {
1480
+					while (!is_file($base) && --$cnt) {
1481 1481
 						usleep(100000); // wait 100ms
1482 1482
 					}
1483 1483
 					if (!$cnt) {
@@ -1512,13 +1512,13 @@  discard block
 block discarded – undo
1512 1512
 				}
1513 1513
 			} else {
1514 1514
 				// old way
1515
-				$part = $base . $m[2];
1515
+				$part = $base.$m[2];
1516 1516
 				if (move_uploaded_file($tmpname, $part)) {
1517 1517
 					@chmod($part, 0600);
1518
-					if ($clast < count(glob($base . '*'))) {
1518
+					if ($clast < count(glob($base.'*'))) {
1519 1519
 						$parts = array();
1520 1520
 						for ($i = 0; $i <= $clast; $i++) {
1521
-							$name = $base . '.' . $i . '_' . $clast;
1521
+							$name = $base.'.'.$i.'_'.$clast;
1522 1522
 							if (is_readable($name)) {
1523 1523
 								$parts[] = $name;
1524 1524
 							} else {
@@ -1531,7 +1531,7 @@  discard block
 block discarded – undo
1531 1531
 								touch($base);
1532 1532
 								if ($resfile = tempnam($tempDir, 'ELF')) {
1533 1533
 									$target = fopen($resfile, 'wb');
1534
-									foreach($parts as $f) {
1534
+									foreach ($parts as $f) {
1535 1535
 										$fp = fopen($f, 'rb');
1536 1536
 										while (!feof($fp)) {
1537 1537
 											fwrite($target, fread($fp, 8192));
@@ -1572,15 +1572,15 @@  discard block
 block discarded – undo
1572 1572
 			$testDirs[] = rtrim(realpath($volumeTempPath), DIRECTORY_SEPARATOR);
1573 1573
 		}
1574 1574
 		$tempDir = '';
1575
-		$test = DIRECTORY_SEPARATOR . microtime(true);
1576
-		foreach($testDirs as $testDir) {
1575
+		$test = DIRECTORY_SEPARATOR.microtime(true);
1576
+		foreach ($testDirs as $testDir) {
1577 1577
 			if (!$testDir || !is_dir($testDir)) continue;
1578 1578
 			$testFile = $testDir.$test;
1579 1579
 			if (touch($testFile)) {
1580 1580
 				unlink($testFile);
1581 1581
 				$tempDir = $testDir;
1582 1582
 				$gc = time() - 3600;
1583
-				foreach(glob($tempDir . '/ELF*') as $cf) {
1583
+				foreach (glob($tempDir.'/ELF*') as $cf) {
1584 1584
 					if (filemtime($cf) < $gc) {
1585 1585
 						@unlink($cf);
1586 1586
 					}
@@ -1600,7 +1600,7 @@  discard block
 block discarded – undo
1600 1600
 	 **/
1601 1601
 	protected function chmod($args) {
1602 1602
 		$targets = $args['targets'];
1603
-		$mode    = intval((string)$args['mode'], 8);
1603
+		$mode    = intval((string) $args['mode'], 8);
1604 1604
 
1605 1605
 		if (!is_array($targets)) {
1606 1606
 			$targets = array($targets);
@@ -1615,10 +1615,10 @@  discard block
 block discarded – undo
1615 1615
 
1616 1616
 		$files = array();
1617 1617
 		$errors = array();
1618
-		foreach($targets as $target) {
1618
+		foreach ($targets as $target) {
1619 1619
 			$file = $volume->chmod($target, $mode);
1620 1620
 			if ($file) {
1621
-				$files = array_merge($files, is_array($file)? $file : array($file));
1621
+				$files = array_merge($files, is_array($file) ? $file : array($file));
1622 1622
 			} else {
1623 1623
 				$errors = array_merge($errors, $volume->error());
1624 1624
 			}
@@ -1649,9 +1649,9 @@  discard block
 block discarded – undo
1649 1649
 		$files  = isset($args['FILES']['upload']) && is_array($args['FILES']['upload']) ? $args['FILES']['upload'] : array();
1650 1650
 		$header = empty($args['html']) ? array() : array('header' => 'Content-Type: text/html; charset=utf-8');
1651 1651
 		$result = array_merge(array('added' => array()), $header);
1652
-		$paths  = $args['upload_path']? $args['upload_path'] : array();
1653
-		$chunk  = $args['chunk']? $args['chunk'] : '';
1654
-		$cid    = $args['cid']? (int)$args['cid'] : '';
1652
+		$paths  = $args['upload_path'] ? $args['upload_path'] : array();
1653
+		$chunk  = $args['chunk'] ? $args['chunk'] : '';
1654
+		$cid    = $args['cid'] ? (int) $args['cid'] : '';
1655 1655
 		
1656 1656
 		if (!$volume) {
1657 1657
 			return array_merge(array('error' => $this->error(self::ERROR_UPLOAD, self::ERROR_TRGDIR_NOT_FOUND, '#'.$target)), $header);
@@ -1680,7 +1680,7 @@  discard block
 block discarded – undo
1680 1680
 		if (empty($files)) {
1681 1681
 			if (isset($args['upload']) && is_array($args['upload']) && ($tempDir = $this->getTempDir($volume->getTempPath()))) {
1682 1682
 				$names = array();
1683
-				foreach($args['upload'] as $i => $url) {
1683
+				foreach ($args['upload'] as $i => $url) {
1684 1684
 					// check chunked file upload commit
1685 1685
 					if ($args['chunk']) {
1686 1686
 						if ($url === 'chunkfail' && $args['mimes'] === 'chunkfail') {
@@ -1690,7 +1690,7 @@  discard block
 block discarded – undo
1690 1690
 							}
1691 1691
 							return $result;
1692 1692
 						} else {
1693
-							$tmpfname = $tempDir . '/' . $args['chunk'];
1693
+							$tmpfname = $tempDir.'/'.$args['chunk'];
1694 1694
 							$files['tmp_name'][$i] = $tmpfname;
1695 1695
 							$files['name'][$i] = $url;
1696 1696
 							$files['error'][$i] = 0;
@@ -1699,7 +1699,7 @@  discard block
 block discarded – undo
1699 1699
 						}
1700 1700
 					}
1701 1701
 					
1702
-					$tmpfname = $tempDir . DIRECTORY_SEPARATOR . 'ELF_FATCH_' . md5($url.microtime(true));
1702
+					$tmpfname = $tempDir.DIRECTORY_SEPARATOR.'ELF_FATCH_'.md5($url.microtime(true));
1703 1703
 					
1704 1704
 					$_name = '';
1705 1705
 					// check is data:
@@ -1734,8 +1734,8 @@  discard block
 block discarded – undo
1734 1734
 								list($_a, $_b) = array_pad(explode('.', $_name, 2), 2, '');
1735 1735
 								if ($_b === '') {
1736 1736
 									if ($_ext) {
1737
-										rename($tmpfname, $tmpfname . $_ext);
1738
-										$tmpfname = $tmpfname . $_ext;
1737
+										rename($tmpfname, $tmpfname.$_ext);
1738
+										$tmpfname = $tmpfname.$_ext;
1739 1739
 									}
1740 1740
 									$_b = $this->detectFileExtension($tmpfname);
1741 1741
 									$_name = $_a.$_b;
@@ -1770,7 +1770,7 @@  discard block
 block discarded – undo
1770 1770
 			}
1771 1771
 			
1772 1772
 			$tmpname = $files['tmp_name'][$i];
1773
-			$path = ($paths && !empty($paths[$i]))? $paths[$i] : '';
1773
+			$path = ($paths && !empty($paths[$i])) ? $paths[$i] : '';
1774 1774
 			if ($name === 'blob') {
1775 1775
 				if ($chunk) {
1776 1776
 					if ($tempDir = $this->getTempDir($volume->getTempPath())) {
@@ -1780,7 +1780,7 @@  discard block
 block discarded – undo
1780 1780
 								preg_match('/^(.+)(\.\d+_(\d+))\.part$/s', $chunk, $m);
1781 1781
 								$result['error'] = $this->error(self::ERROR_UPLOAD_FILE, $m[1], $tmpname);
1782 1782
 								$result['_chunkfailure'] = true;
1783
-								$this->uploadDebug = 'Upload error: ' . $tmpname;
1783
+								$this->uploadDebug = 'Upload error: '.$tmpname;
1784 1784
 							} else if ($name) {
1785 1785
 								$result['_chunkmerged'] = basename($tmpname);
1786 1786
 								$result['_name'] = $name;
@@ -1794,14 +1794,14 @@  discard block
 block discarded – undo
1794 1794
 				} else {
1795 1795
 					// for form clipboard with Google Chrome
1796 1796
 					$type = $files['type'][$i];
1797
-					$ext = isset($extTable[$type])? '.' . $extTable[$type] : '';
1798
-					$name = substr(md5(basename($tmpname)), 0, 8) . $ext;
1797
+					$ext = isset($extTable[$type]) ? '.'.$extTable[$type] : '';
1798
+					$name = substr(md5(basename($tmpname)), 0, 8).$ext;
1799 1799
 				}
1800 1800
 			}
1801 1801
 			
1802 1802
 			// do hook function 'upload.presave'
1803
-			if (! empty($this->listeners['upload.presave'])) {
1804
-				foreach($this->listeners['upload.presave'] as $handler) {
1803
+			if (!empty($this->listeners['upload.presave'])) {
1804
+				foreach ($this->listeners['upload.presave'] as $handler) {
1805 1805
 					call_user_func_array($handler, array(&$path, &$name, $tmpname, $this, $volume));
1806 1806
 				}
1807 1807
 			}
@@ -1809,7 +1809,7 @@  discard block
 block discarded – undo
1809 1809
 			if (($fp = fopen($tmpname, 'rb')) == false) {
1810 1810
 				$result['warning'] = $this->error(self::ERROR_UPLOAD_FILE, $name, self::ERROR_UPLOAD_TRANSFER);
1811 1811
 				$this->uploadDebug = 'Upload error: unable open tmp file';
1812
-				if (! is_uploaded_file($tmpname)) {
1812
+				if (!is_uploaded_file($tmpname)) {
1813 1813
 					if (@ unlink($tmpname)) unset($GLOBALS['elFinderTempFiles'][$tmpfname]);
1814 1814
 					continue;
1815 1815
 				}
@@ -1820,18 +1820,18 @@  discard block
 block discarded – undo
1820 1820
 			} else {
1821 1821
 				$_target = $target;
1822 1822
 			}
1823
-			if (! $_target || ($file = $volume->upload($fp, $_target, $name, $tmpname)) === false) {
1823
+			if (!$_target || ($file = $volume->upload($fp, $_target, $name, $tmpname)) === false) {
1824 1824
 				$result['warning'] = $this->error(self::ERROR_UPLOAD_FILE, $name, $volume->error());
1825 1825
 				fclose($fp);
1826
-				if (! is_uploaded_file($tmpname)) {
1827
-					if (@ unlink($tmpname)) unset($GLOBALS['elFinderTempFiles'][$tmpname]);;
1826
+				if (!is_uploaded_file($tmpname)) {
1827
+					if (@ unlink($tmpname)) unset($GLOBALS['elFinderTempFiles'][$tmpname]); ;
1828 1828
 					continue;
1829 1829
 				}
1830 1830
 				break;
1831 1831
 			}
1832 1832
 			
1833 1833
 			is_resource($fp) && fclose($fp);
1834
-			if (! is_uploaded_file($tmpname)){
1834
+			if (!is_uploaded_file($tmpname)) {
1835 1835
 				clearstatcache();
1836 1836
 				if (!is_file($tmpname) || @ unlink($tmpname)) {
1837 1837
 					unset($GLOBALS['elFinderTempFiles'][$tmpname]);
@@ -1840,7 +1840,7 @@  discard block
 block discarded – undo
1840 1840
 			$result['added'][] = $file;
1841 1841
 		}
1842 1842
 		if ($GLOBALS['elFinderTempFiles']) {
1843
-			foreach(array_keys($GLOBALS['elFinderTempFiles']) as $_temp) {
1843
+			foreach (array_keys($GLOBALS['elFinderTempFiles']) as $_temp) {
1844 1844
 				@ unlink($_temp);
1845 1845
 			}
1846 1846
 		}
@@ -1909,9 +1909,9 @@  discard block
 block discarded – undo
1909 1909
 		}
1910 1910
 		
1911 1911
 		if ($args['conv'] && function_exists('mb_detect_encoding') && function_exists('mb_convert_encoding')) {
1912
-			$mime = isset($file['mime'])? $file['mime'] : '';
1912
+			$mime = isset($file['mime']) ? $file['mime'] : '';
1913 1913
 			if ($mime && strtolower(substr($mime, 0, 4)) === 'text') {
1914
-				if ($enc = mb_detect_encoding ( $content , mb_detect_order(), true)) {
1914
+				if ($enc = mb_detect_encoding($content, mb_detect_order(), true)) {
1915 1915
 					if (strtolower($enc) !== 'utf-8') {
1916 1916
 						$content = mb_convert_encoding($content, 'UTF-8', $enc);
1917 1917
 					}
@@ -1923,7 +1923,7 @@  discard block
 block discarded – undo
1923 1923
 
1924 1924
 		if ($json === false || strlen($json) < strlen($content)) {
1925 1925
 			if ($args['conv']) {
1926
-				return array('error' => $this->error(self::ERROR_CONV_UTF8,self::ERROR_NOT_UTF8_CONTENT, $volume->path($target)));
1926
+				return array('error' => $this->error(self::ERROR_CONV_UTF8, self::ERROR_NOT_UTF8_CONTENT, $volume->path($target)));
1927 1927
 			} else {
1928 1928
 				return array('doconv' => true);
1929 1929
 			}
@@ -1965,7 +1965,7 @@  discard block
 block discarded – undo
1965 1965
 		$target = $args['target'];
1966 1966
 		$mimes  = !empty($args['mimes']) && is_array($args['mimes']) ? $args['mimes'] : array();
1967 1967
 		$error  = array(self::ERROR_EXTRACT, '#'.$target);
1968
-		$makedir = isset($args['makedir'])? (bool)$args['makedir'] : null;
1968
+		$makedir = isset($args['makedir']) ? (bool) $args['makedir'] : null;
1969 1969
 
1970 1970
 		if (($volume = $this->volume($target)) == false
1971 1971
 		|| ($file = $volume->file($target)) == false) {
@@ -1973,7 +1973,7 @@  discard block
 block discarded – undo
1973 1973
 		}  
1974 1974
 
1975 1975
 		return ($file = $volume->extract($target, $makedir))
1976
-			? array('added' => isset($file['read'])? array($file) : $file)
1976
+			? array('added' => isset($file['read']) ? array($file) : $file)
1977 1977
 			: array('error' => $this->error(self::ERROR_EXTRACT, $volume->path($target), $volume->error()));
1978 1978
 	}
1979 1979
 	
@@ -1988,7 +1988,7 @@  discard block
 block discarded – undo
1988 1988
 	protected function archive($args) {
1989 1989
 		$type    = $args['type'];
1990 1990
 		$targets = isset($args['targets']) && is_array($args['targets']) ? $args['targets'] : array();
1991
-		$name    = isset($args['name'])? $args['name'] : '';
1991
+		$name    = isset($args['name']) ? $args['name'] : '';
1992 1992
 	
1993 1993
 		if (($volume = $this->volume($targets[0])) == false) {
1994 1994
 			return $this->error(self::ERROR_ARCHIVE, self::ERROR_TRGDIR_NOT_FOUND);
@@ -2009,7 +2009,7 @@  discard block
 block discarded – undo
2009 2009
 	protected function search($args) {
2010 2010
 		$q      = trim($args['q']);
2011 2011
 		$mimes  = !empty($args['mimes']) && is_array($args['mimes']) ? $args['mimes'] : array();
2012
-		$target = !empty($args['target'])? $args['target'] : null;
2012
+		$target = !empty($args['target']) ? $args['target'] : null;
2013 2013
 		$result = array();
2014 2014
 
2015 2015
 		if (!is_null($target)) {
@@ -2073,11 +2073,11 @@  discard block
 block discarded – undo
2073 2073
 		$target = $args['target'];
2074 2074
 		$width  = $args['width'];
2075 2075
 		$height = $args['height'];
2076
-		$x      = (int)$args['x'];
2077
-		$y      = (int)$args['y'];
2076
+		$x      = (int) $args['x'];
2077
+		$y      = (int) $args['y'];
2078 2078
 		$mode   = $args['mode'];
2079 2079
 		$bg     = null;
2080
-		$degree = (int)$args['degree'];
2080
+		$degree = (int) $args['degree'];
2081 2081
 		
2082 2082
 		if (($volume = $this->volume($target)) == false
2083 2083
 		|| ($file = $volume->file($target)) == false) {
@@ -2098,7 +2098,7 @@  discard block
 block discarded – undo
2098 2098
 	**/
2099 2099
 	protected function url($args) {
2100 2100
 		$target = $args['target'];
2101
-		$options = isset($args['options'])? $args['options'] : array();
2101
+		$options = isset($args['options']) ? $args['options'] : array();
2102 2102
 		if (($volume = $this->volume($target)) != false) {
2103 2103
 			$url = $volume->getContentUrl($target, $options);
2104 2104
 			return $url ? array('url' => $url) : array();
@@ -2115,18 +2115,18 @@  discard block
 block discarded – undo
2115 2115
 	 */
2116 2116
 	protected function callback($args) {
2117 2117
 		$checkReg = '/[^a-zA-Z0-9;._-]/';
2118
-		$node = (isset($args['node']) && !preg_match($checkReg, $args['node']))? $args['node'] : '';
2119
-		$json = (isset($args['json']) && @json_decode($args['json']))? $args['json'] : '{}';
2120
-		$bind  = (isset($args['bind']) && !preg_match($checkReg, $args['bind']))? $args['bind'] : '';
2118
+		$node = (isset($args['node']) && !preg_match($checkReg, $args['node'])) ? $args['node'] : '';
2119
+		$json = (isset($args['json']) && @json_decode($args['json'])) ? $args['json'] : '{}';
2120
+		$bind = (isset($args['bind']) && !preg_match($checkReg, $args['bind'])) ? $args['bind'] : '';
2121 2121
 		$done = (!empty($args['done']));
2122 2122
 		
2123
-		while( ob_get_level() ) {
2124
-			if (! ob_end_clean()) {
2123
+		while (ob_get_level()) {
2124
+			if (!ob_end_clean()) {
2125 2125
 				break;
2126 2126
 			}
2127 2127
 		}
2128 2128
 		
2129
-		if ($done || ! $this->callbackWindowURL) {
2129
+		if ($done || !$this->callbackWindowURL) {
2130 2130
 			$script = '';
2131 2131
 			if ($node) {
2132 2132
 				$script .= '
@@ -2168,13 +2168,13 @@  discard block
 block discarded – undo
2168 2168
 			
2169 2169
 		} else {
2170 2170
 			$url = $this->callbackWindowURL;
2171
-			$url .= ((strpos($url, '?') === false)? '?' : '&')
2172
-				 . '&node=' . rawurlencode($node)
2173
-				 . (($json !== '{}')? ('&json=' . rawurlencode($json)) : '')
2174
-				 . ($bind? ('&bind=' .  rawurlencode($bind)) : '')
2171
+			$url .= ((strpos($url, '?') === false) ? '?' : '&')
2172
+				 . '&node='.rawurlencode($node)
2173
+				 . (($json !== '{}') ? ('&json='.rawurlencode($json)) : '')
2174
+				 . ($bind ? ('&bind='.rawurlencode($bind)) : '')
2175 2175
 				 . '&done=1';
2176 2176
 			
2177
-			header('Location: ' . $url);
2177
+			header('Location: '.$url);
2178 2178
 			
2179 2179
 		}
2180 2180
 		exit();
@@ -2244,7 +2244,7 @@  discard block
 block discarded – undo
2244 2244
 	
2245 2245
 	protected function utime() {
2246 2246
 		$time = explode(" ", microtime());
2247
-		return (double)$time[1] + (double)$time[0];
2247
+		return (double) $time[1] + (double) $time[0];
2248 2248
 	}
2249 2249
 	
2250 2250
 	
@@ -2270,7 +2270,7 @@  discard block
 block discarded – undo
2270 2270
 		$imgcnt = 0;
2271 2271
 		$fp = fopen($path, 'rb');
2272 2272
 		@fread($fp, 4);
2273
-		$c = @fread($fp,1);
2273
+		$c = @fread($fp, 1);
2274 2274
 		if (ord($c) != 0x39) {  // GIF89a
2275 2275
 			return false;
2276 2276
 		}
@@ -2278,13 +2278,13 @@  discard block
 block discarded – undo
2278 2278
 		while (!feof($fp)) {
2279 2279
 			do {
2280 2280
 				$c = fread($fp, 1);
2281
-			} while(ord($c) != 0x21 && !feof($fp));
2281
+			} while (ord($c) != 0x21 && !feof($fp));
2282 2282
 	
2283 2283
 			if (feof($fp)) {
2284 2284
 				break;
2285 2285
 			}
2286 2286
 	
2287
-			$c2 = fread($fp,2);
2287
+			$c2 = fread($fp, 2);
2288 2288
 			if (bin2hex($c2) == "f904") {
2289 2289
 				$imgcnt++;
2290 2290
 			}
Please login to merge, or discard this patch.
php/elFinderConnector.class.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
 	 * @return void
35 35
 	 * @author Dmitry (dio) Levashov
36 36
 	 **/
37
-	public function __construct($elFinder, $debug=false) {
37
+	public function __construct($elFinder, $debug = false) {
38 38
 		
39 39
 		$this->elFinder = $elFinder;
40 40
 		if ($debug) {
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
 		if ($isPost && !$src && $rawPostData = @file_get_contents('php://input')) {
55 55
 			// for support IE XDomainRequest()
56 56
 			$parts = explode('&', $rawPostData);
57
-			foreach($parts as $part) {
57
+			foreach ($parts as $part) {
58 58
 				list($key, $value) = array_pad(explode('=', $part), 2, '');
59 59
 				$key = rawurldecode($key);
60 60
 				if (substr($key, -2) === '[]') {
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
 	 **/
122 122
 	protected function output(array $data) {
123 123
 		// clear output buffer
124
-		while(@ob_get_level()){ @ob_end_clean(); }
124
+		while (@ob_get_level()) { @ob_end_clean(); }
125 125
 		
126 126
 		$header = isset($data['header']) ? $data['header'] : $this->header;
127 127
 		unset($data['header']);
@@ -162,14 +162,14 @@  discard block
 block discarded – undo
162 162
 							$psize = $end - $start + 1;
163 163
 							
164 164
 							header('HTTP/1.1 206 Partial Content');
165
-							header('Content-Length: ' . $psize);
166
-							header('Content-Range: bytes ' . $start . '-' . $end . '/' . $size);
165
+							header('Content-Length: '.$psize);
166
+							header('Content-Range: bytes '.$start.'-'.$end.'/'.$size);
167 167
 							
168 168
 							fseek($fp, $start);
169 169
 						}
170 170
 					}
171 171
 				}
172
-				if (is_null($psize)){
172
+				if (is_null($psize)) {
173 173
 					rewind($fp);
174 174
 				}
175 175
 			} else {
Please login to merge, or discard this patch.
php/elFinderVolumeFTP.class.php 1 patch
Spacing   +52 added lines, -52 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
 		);
104 104
 		$this->options = array_merge($this->options, $opts); 
105 105
 		$this->options['mimeDetect'] = 'internal';
106
-		$this->options['maxArcFilesSize'] = 0;     // max allowed archive files size (0 - no limit)
106
+		$this->options['maxArcFilesSize'] = 0; // max allowed archive files size (0 - no limit)
107 107
 	}
108 108
 	
109 109
 	/**
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
 		$scheme = parse_url($this->options['host'], PHP_URL_SCHEME);
164 164
 
165 165
 		if ($scheme) {
166
-			$this->options['host'] = substr($this->options['host'], strlen($scheme)+3);
166
+			$this->options['host'] = substr($this->options['host'], strlen($scheme) + 3);
167 167
 		}
168 168
 
169 169
 		// normalize root path
@@ -235,11 +235,11 @@  discard block
 block discarded – undo
235 235
 		if ($this->encoding) {
236 236
 			@ftp_exec($this->connect, 'OPTS UTF8 OFF');
237 237
 		} else {
238
-			@ftp_exec($this->connect, 'OPTS UTF8 ON' );
238
+			@ftp_exec($this->connect, 'OPTS UTF8 ON');
239 239
 		}
240 240
 		
241 241
 		// switch off extended passive mode - may be usefull for some servers
242
-		@ftp_exec($this->connect, 'epsv4 off' );
242
+		@ftp_exec($this->connect, 'epsv4 off');
243 243
 		// enter passive mode if required
244 244
 		ftp_pasv($this->connect, $this->options['mode'] == 'passive');
245 245
 
@@ -307,7 +307,7 @@  discard block
 block discarded – undo
307 307
 		$name = $info[8];
308 308
 		
309 309
 		if (preg_match('|(.+)\-\>(.+)|', $name, $m)) {
310
-			$name   = trim($m[1]);
310
+			$name = trim($m[1]);
311 311
 			// check recursive processing
312 312
 			if ($this->cacheDirTarget && $this->_joinPath($base, $name) !== $this->cacheDirTarget) {
313 313
 				return array();
@@ -343,7 +343,7 @@  discard block
 block discarded – undo
343 343
 			$stat['owner'] = $info[2];
344 344
 			$stat['group'] = $info[3];
345 345
 			$stat['perm']  = substr($info[0], 1);
346
-			$stat['isowner'] = $stat['owner']? ($stat['owner'] == $this->options['user']) : $this->options['owner'];
346
+			$stat['isowner'] = $stat['owner'] ? ($stat['owner'] == $this->options['user']) : $this->options['owner'];
347 347
 		}
348 348
 		
349 349
 		$perm = $this->parsePermissions($info[0], $stat['owner']);
@@ -375,7 +375,7 @@  discard block
 block discarded – undo
375 375
 			$info[4] = 0;
376 376
 			$info[0] = 'drwxr-xr-x';
377 377
 		} else {
378
-			$info[4] = (int)$size;
378
+			$info[4] = (int) $size;
379 379
 			$info[0] = '-rw-r--r--';
380 380
 		}
381 381
 		return $info;
@@ -391,7 +391,7 @@  discard block
 block discarded – undo
391 391
 	protected function parsePermissions($perm, $user = '') {
392 392
 		$res   = array();
393 393
 		$parts = array();
394
-		$owner = $user? ($user == $this->options['user']) : $this->options['owner'];
394
+		$owner = $user ? ($user == $this->options['user']) : $this->options['owner'];
395 395
 		for ($i = 0, $l = strlen($perm); $i < $l; $i++) {
396 396
 			$parts[] = substr($perm, $i, 1);
397 397
 		}
@@ -422,10 +422,10 @@  discard block
 block discarded – undo
422 422
 			}
423 423
 		}
424 424
 		$list = $this->convEncOut($list);
425
-		$prefix = ($path === $this->separator)? $this->separator : $path . $this->separator;
425
+		$prefix = ($path === $this->separator) ? $this->separator : $path.$this->separator;
426 426
 		$targets = array();
427
-		foreach($list as $stat) {
428
-			$p = $prefix . $stat['name'];
427
+		foreach ($list as $stat) {
428
+			$p = $prefix.$stat['name'];
429 429
 			if (isset($stat['target'])) {
430 430
 				// stat later
431 431
 				$targets[$stat['name']] = $stat['target'];
@@ -437,10 +437,10 @@  discard block
 block discarded – undo
437 437
 			}
438 438
 		}
439 439
 		// stat link targets
440
-		foreach($targets as $name => $target) {
440
+		foreach ($targets as $name => $target) {
441 441
 			$stat = array();
442 442
 			$stat['name'] = $name;
443
-			$p = $prefix . $name;
443
+			$p = $prefix.$name;
444 444
 			$cacheDirTarget = $this->cacheDirTarget;
445 445
 			$this->cacheDirTarget = $this->convEncIn($target, true);
446 446
 			if ($tstat = $this->stat($target)) {
@@ -449,12 +449,12 @@  discard block
 block discarded – undo
449 449
 				$stat['thash'] = $tstat['hash'];
450 450
 				$stat['mime']  = $tstat['mime'];
451 451
 				$stat['read']  = $tstat['read'];
452
-				$stat['write']  = $tstat['write'];
452
+				$stat['write'] = $tstat['write'];
453 453
 				
454
-				if (isset($tstat['ts']))      { $stat['ts']      = $tstat['ts']; }
455
-				if (isset($tstat['owner']))   { $stat['owner']   = $tstat['owner']; }
456
-				if (isset($tstat['group']))   { $stat['group']   = $tstat['group']; }
457
- 				if (isset($tstat['perm']))    { $stat['perm']    = $tstat['perm']; }
454
+				if (isset($tstat['ts'])) { $stat['ts']      = $tstat['ts']; }
455
+				if (isset($tstat['owner'])) { $stat['owner']   = $tstat['owner']; }
456
+				if (isset($tstat['group'])) { $stat['group']   = $tstat['group']; }
457
+ 				if (isset($tstat['perm'])) { $stat['perm']    = $tstat['perm']; }
458 458
  				if (isset($tstat['isowner'])) { $stat['isowner'] = $tstat['isowner']; }
459 459
 			} else {
460 460
 				
@@ -567,7 +567,7 @@  discard block
 block discarded – undo
567 567
 		$comps = $new_comps;
568 568
 		$path = implode($this->separator, $comps);
569 569
 		if ($initial_slashes) {
570
-			$path = str_repeat($this->separator, $initial_slashes) . $path;
570
+			$path = str_repeat($this->separator, $initial_slashes).$path;
571 571
 		}
572 572
 		
573 573
 		return $path ? $path : '.';
@@ -633,7 +633,7 @@  discard block
 block discarded – undo
633 633
 	 * @author Dmitry (dio) Levashov
634 634
 	 **/
635 635
 	protected function _inpath($path, $parent) {
636
-		return $path == $parent || strpos($path, $parent. $this->separator) === 0;
636
+		return $path == $parent || strpos($path, $parent.$this->separator) === 0;
637 637
 	}
638 638
 	
639 639
 	/***************** file stat ********************/
@@ -672,9 +672,9 @@  discard block
 block discarded – undo
672 672
 				);
673 673
 			}
674 674
 			$this->cacheDir($this->convEncOut($this->_dirname($path)));
675
-			return $this->convEncIn(isset($this->cache[$outPath])? $this->cache[$outPath] : array());
675
+			return $this->convEncIn(isset($this->cache[$outPath]) ? $this->cache[$outPath] : array());
676 676
 		}
677
-		$raw = ftp_raw($this->connect, 'MLST ' . $path);
677
+		$raw = ftp_raw($this->connect, 'MLST '.$path);
678 678
 		if (is_array($raw) && count($raw) > 1 && substr(trim($raw[0]), 0, 1) == 2) {
679 679
 			$parts = explode(';', trim($raw[1]));
680 680
 			array_pop($parts);
@@ -704,8 +704,8 @@  discard block
 block discarded – undo
704 704
 
705 705
 					case 'perm':
706 706
 						$val = strtolower($val);
707
-						$stat['read']  = (int)preg_match('/e|l|r/', $val);
708
-						$stat['write'] = (int)preg_match('/w|m|c/', $val);
707
+						$stat['read']  = (int) preg_match('/e|l|r/', $val);
708
+						$stat['write'] = (int) preg_match('/w|m|c/', $val);
709 709
 						if (!preg_match('/f|d/', $val)) {
710 710
 							$stat['locked'] = 1;
711 711
 						}
@@ -790,7 +790,7 @@  discard block
 block discarded – undo
790 790
 			if (!$this->ftpOsUnix) {
791 791
 				$info = $this->normalizeRawWindows($str);
792 792
 			}
793
-			$name = isset($info[8])? trim($info[8]) : '';
793
+			$name = isset($info[8]) ? trim($info[8]) : '';
794 794
 			if ($name && $name !== '.' && $name !== '..' && substr(strtolower($info[0]), 0, 1) === 'd') {
795 795
 				return true;
796 796
 			}
@@ -845,7 +845,7 @@  discard block
 block discarded – undo
845 845
 	 * @return resource|false
846 846
 	 * @author Dmitry (dio) Levashov
847 847
 	 **/
848
-	protected function _fopen($path, $mode='rb') {
848
+	protected function _fopen($path, $mode = 'rb') {
849 849
 		
850 850
 		if ($this->tmp) {
851 851
 			$local = $this->getTempFile($path);
@@ -869,7 +869,7 @@  discard block
 block discarded – undo
869 869
 	 * @return bool
870 870
 	 * @author Dmitry (dio) Levashov
871 871
 	 **/
872
-	protected function _fclose($fp, $path='') {
872
+	protected function _fclose($fp, $path = '') {
873 873
 		@fclose($fp);
874 874
 		if ($path) {
875 875
 			@unlink($this->getTempFile($path));
@@ -1044,7 +1044,7 @@  discard block
 block discarded – undo
1044 1044
 			if (@file_put_contents($local, $content, LOCK_EX) !== false
1045 1045
 			&& ($fp = @fopen($local, 'rb'))) {
1046 1046
 				clearstatcache();
1047
-				$res  = ftp_fput($this->connect, $path, $fp, $this->ftpMode($path));
1047
+				$res = ftp_fput($this->connect, $path, $fp, $this->ftpMode($path));
1048 1048
 				@fclose($fp);
1049 1049
 			}
1050 1050
 			file_exists($local) && @unlink($local);
@@ -1069,7 +1069,7 @@  discard block
 block discarded – undo
1069 1069
 	 * @return bool
1070 1070
 	 **/
1071 1071
 	protected function _chmod($path, $mode) {
1072
-		$modeOct = is_string($mode) ? octdec($mode) : octdec(sprintf("%04o",$mode));
1072
+		$modeOct = is_string($mode) ? octdec($mode) : octdec(sprintf("%04o", $mode));
1073 1073
 		return @ftp_chmod($this->connect, $modeOct, $path);
1074 1074
 	}
1075 1075
 
@@ -1122,7 +1122,7 @@  discard block
 block discarded – undo
1122 1122
 		}
1123 1123
 
1124 1124
 		$basename = $this->_basename($path);
1125
-		$localPath = $dir . DIRECTORY_SEPARATOR . $basename;
1125
+		$localPath = $dir.DIRECTORY_SEPARATOR.$basename;
1126 1126
 
1127 1127
 		if (!ftp_get($this->connect, $localPath, $path, FTP_BINARY)) {
1128 1128
 			//cleanup
@@ -1159,7 +1159,7 @@  discard block
 block discarded – undo
1159 1159
 		
1160 1160
 		// archive contains one item - extract in archive dir
1161 1161
 		$name = '';
1162
-		$src = $dir . DIRECTORY_SEPARATOR . $filesToProcess[0];
1162
+		$src = $dir.DIRECTORY_SEPARATOR.$filesToProcess[0];
1163 1163
 		if (($extractTo === 'auto' || !$extractTo) && count($filesToProcess) === 1 && is_file($src)) {
1164 1164
 			$name = $filesToProcess[0];
1165 1165
 		} else if ($extractTo === 'auto' || $extractTo) {
@@ -1168,7 +1168,7 @@  discard block
 block discarded – undo
1168 1168
 			$src = $dir;
1169 1169
 			$name = basename($path);
1170 1170
 			if (preg_match('/\.((tar\.(gz|bz|bz2|z|lzo))|cpio\.gz|ps\.gz|xcf\.(gz|bz2)|[a-z0-9]{1,4})$/i', $name, $m)) {
1171
-				$name = substr($name, 0,  strlen($name)-strlen($m[0]));
1171
+				$name = substr($name, 0, strlen($name) - strlen($m[0]));
1172 1172
 			}
1173 1173
 			$test = $this->_joinPath(dirname($path), $name);
1174 1174
 			if ($this->stat($test)) {
@@ -1179,7 +1179,7 @@  discard block
 block discarded – undo
1179 1179
 		if ($name !== '' && is_file($src)) {
1180 1180
 			$result = $this->_joinPath(dirname($path), $name);
1181 1181
 
1182
-			if (! ftp_put($this->connect, $result, $src, FTP_BINARY)) {
1182
+			if (!ftp_put($this->connect, $result, $src, FTP_BINARY)) {
1183 1183
 				$this->rmdirRecursive($dir);
1184 1184
 				return false;
1185 1185
 			}
@@ -1193,19 +1193,19 @@  discard block
 block discarded – undo
1193 1193
 				}
1194 1194
 				$result[] = $dstDir;
1195 1195
 			}
1196
-			foreach($filesToProcess as $name) {
1196
+			foreach ($filesToProcess as $name) {
1197 1197
 				$name = rtrim($name, DIRECTORY_SEPARATOR);
1198
-				$src = $dir . DIRECTORY_SEPARATOR . $name;
1198
+				$src = $dir.DIRECTORY_SEPARATOR.$name;
1199 1199
 				if (is_dir($src)) {
1200 1200
 					$p = dirname($name);
1201 1201
 					$name = basename($name);
1202
-					if (! $target = $this->_mkdir($this->_joinPath($dstDir, $p), $name)) {
1202
+					if (!$target = $this->_mkdir($this->_joinPath($dstDir, $p), $name)) {
1203 1203
 						$this->rmdirRecursive($dir);
1204 1204
 						return false;
1205 1205
 					}
1206 1206
 				} else {
1207 1207
 					$target = $this->_joinPath($dstDir, $name);
1208
-					if (! ftp_put($this->connect, $target, $src, FTP_BINARY)) {
1208
+					if (!ftp_put($this->connect, $target, $src, FTP_BINARY)) {
1209 1209
 						$this->rmdirRecursive($dir);
1210 1210
 						return false;
1211 1211
 					}
@@ -1221,7 +1221,7 @@  discard block
 block discarded – undo
1221 1221
 		is_dir($dir) && $this->rmdirRecursive($dir);
1222 1222
 		
1223 1223
 		$this->clearcache();
1224
-		return $result? $result : false;
1224
+		return $result ? $result : false;
1225 1225
 	}
1226 1226
 
1227 1227
 	/**
@@ -1261,7 +1261,7 @@  discard block
 block discarded – undo
1261 1261
 		}
1262 1262
 
1263 1263
 		//cleanup
1264
-		if(!$this->rmdirRecursive($tmpDir)) {
1264
+		if (!$this->rmdirRecursive($tmpDir)) {
1265 1265
 			return false;
1266 1266
 		}
1267 1267
 
@@ -1365,7 +1365,7 @@  discard block
 block discarded – undo
1365 1365
 		$remoteDirLen = strlen($remote_directory);
1366 1366
 		foreach ($contents as $item) {
1367 1367
 			$relative_path = substr($item['path'], $remoteDirLen);
1368
-			$local_path = $dest_local_directory . DIRECTORY_SEPARATOR . $relative_path;
1368
+			$local_path = $dest_local_directory.DIRECTORY_SEPARATOR.$relative_path;
1369 1369
 			switch ($item['type']) {
1370 1370
 				case 'd':
1371 1371
 					$success = mkdir($local_path);
@@ -1396,8 +1396,8 @@  discard block
 block discarded – undo
1396 1396
 		} else {
1397 1397
 			$success = true;
1398 1398
 			foreach (array_reverse(elFinderVolumeFTP::listFilesInDirectory($dirPath, false)) as $path) {
1399
-				$path = $dirPath . DIRECTORY_SEPARATOR . $path;
1400
-				if(is_link($path)) {
1399
+				$path = $dirPath.DIRECTORY_SEPARATOR.$path;
1400
+				if (is_link($path)) {
1401 1401
 					unlink($path);
1402 1402
 				} else if (is_dir($path)) {
1403 1403
 					$success = rmdir($path);
@@ -1408,11 +1408,11 @@  discard block
 block discarded – undo
1408 1408
 					break;
1409 1409
 				}
1410 1410
 			}
1411
-			if($success) {
1411
+			if ($success) {
1412 1412
 				$success = rmdir($dirPath);
1413 1413
 			}
1414 1414
 		}
1415
-		if(!$success) {
1415
+		if (!$success) {
1416 1416
 			$this->setError(elFinder::ERROR_RM, $dirPath);
1417 1417
 			return false;
1418 1418
 		}
@@ -1434,25 +1434,25 @@  discard block
 block discarded – undo
1434 1434
 		if (!is_dir($dir)) {
1435 1435
 			return false;
1436 1436
 		}
1437
-		$excludes = array(".","..");
1437
+		$excludes = array(".", "..");
1438 1438
 		$result = array();
1439 1439
 		$files = scandir($dir);
1440
-		if(!$files) {
1440
+		if (!$files) {
1441 1441
 			return array();
1442 1442
 		}
1443
-		foreach($files as $file) {
1444
-			if(!in_array($file, $excludes)) {
1443
+		foreach ($files as $file) {
1444
+			if (!in_array($file, $excludes)) {
1445 1445
 				$path = $dir.DIRECTORY_SEPARATOR.$file;
1446
-				if(is_link($path)) {
1447
-					if($omitSymlinks) {
1446
+				if (is_link($path)) {
1447
+					if ($omitSymlinks) {
1448 1448
 						continue;
1449 1449
 					} else {
1450 1450
 						$result[] = $prefix.$file;
1451 1451
 					}
1452
-				} else if(is_dir($path)) {
1452
+				} else if (is_dir($path)) {
1453 1453
 					$result[] = $prefix.$file.DIRECTORY_SEPARATOR;
1454 1454
 					$subs = elFinderVolumeFTP::listFilesInDirectory($path, $omitSymlinks, $prefix.$file.DIRECTORY_SEPARATOR);
1455
-					if($subs) {
1455
+					if ($subs) {
1456 1456
 						$result = array_merge($result, $subs);
1457 1457
 					}
1458 1458
 					
Please login to merge, or discard this patch.
php/elFinderVolumeLocalFileSystem.class.php 1 patch
Spacing   +33 added lines, -33 removed lines patch added patch discarded remove patch
@@ -32,11 +32,11 @@  discard block
 block discarded – undo
32 32
 	 * @author Dmitry (dio) Levashov
33 33
 	 **/
34 34
 	public function __construct() {
35
-		$this->options['alias']    = '';              // alias to replace root dir name
36
-		$this->options['dirMode']  = 0755;            // new dirs mode
37
-		$this->options['fileMode'] = 0644;            // new files mode
38
-		$this->options['quarantine'] = '.quarantine';  // quarantine folder name - required to check archive (must be hidden)
39
-		$this->options['maxArcFilesSize'] = 0;        // max allowed archive files size (0 - no limit)
35
+		$this->options['alias']    = ''; // alias to replace root dir name
36
+		$this->options['dirMode']  = 0755; // new dirs mode
37
+		$this->options['fileMode'] = 0644; // new files mode
38
+		$this->options['quarantine'] = '.quarantine'; // quarantine folder name - required to check archive (must be hidden)
39
+		$this->options['maxArcFilesSize'] = 0; // max allowed archive files size (0 - no limit)
40 40
 		$this->options['rootCssClass'] = 'elfinder-navbar-root-local';
41 41
 	}
42 42
 	
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
 	protected function init() {
54 54
 		// Normalize directory separator for windows
55 55
 		if (DIRECTORY_SEPARATOR !== '/') {
56
-			foreach(array('path', 'tmpPath', 'quarantine') as $key) {
56
+			foreach (array('path', 'tmpPath', 'quarantine') as $key) {
57 57
 				if ($this->options[$key]) {
58 58
 					$this->options[$key] = str_replace('/', DIRECTORY_SEPARATOR, $this->options[$key]);
59 59
 				}
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
 		// if no thumbnails url - try detect it
100 100
 		if ($root['read'] && !$this->tmbURL && $this->URL) {
101 101
 			if (strpos($this->tmbPath, $this->root) === 0) {
102
-				$this->tmbURL = $this->URL.str_replace(DIRECTORY_SEPARATOR, '/', substr($this->tmbPath, strlen($this->root)+1));
102
+				$this->tmbURL = $this->URL.str_replace(DIRECTORY_SEPARATOR, '/', substr($this->tmbPath, strlen($this->root) + 1));
103 103
 				if (preg_match("|[^/?&=]$|", $this->tmbURL)) {
104 104
 					$this->tmbURL .= '/';
105 105
 				}
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
 	 * @author Dmitry (dio) Levashov
176 176
 	 **/
177 177
 	protected function _joinPath($dir, $name) {
178
-		return rtrim($dir, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR . $name;
178
+		return rtrim($dir, DIRECTORY_SEPARATOR).DIRECTORY_SEPARATOR.$name;
179 179
 	}
180 180
 	
181 181
 	/**
@@ -227,7 +227,7 @@  discard block
 block discarded – undo
227 227
 		$comps = $new_comps;
228 228
 		$path = implode('/', $comps);
229 229
 		if ($initial_slashes) {
230
-			$path = str_repeat('/', $initial_slashes) . $path;
230
+			$path = str_repeat('/', $initial_slashes).$path;
231 231
 		}
232 232
 		
233 233
 		if ($changeSep) {
@@ -298,7 +298,7 @@  discard block
 block discarded – undo
298 298
 	 **/
299 299
 	protected function _inpath($path, $parent) {
300 300
 		$cwd = getcwd();
301
-		$real_path   = $this->getFullPath($path,   $cwd);
301
+		$real_path   = $this->getFullPath($path, $cwd);
302 302
 		$real_parent = $this->getFullPath($parent, $cwd);
303 303
 		if ($real_path && $real_parent) {
304 304
 			return $real_path === $real_parent || strpos($real_path, rtrim($real_parent, DIRECTORY_SEPARATOR).DIRECTORY_SEPARATOR) === 0;
@@ -357,7 +357,7 @@  discard block
 block discarded – undo
357 357
 					$stat = array();
358 358
 					return $stat;
359 359
 				} else {
360
-					$stat['mime']  = 'symlink-broken';
360
+					$stat['mime'] = 'symlink-broken';
361 361
 					$target = readlink($path);
362 362
 					$lstat = lstat($path);
363 363
 					$ostat = $this->getOwnerStat($lstat['uid'], $lstat['gid']);
@@ -373,7 +373,7 @@  discard block
 block discarded – undo
373 373
 			$fstat = stat($path);
374 374
 			$uid = $fstat['uid'];
375 375
 			$gid = $fstat['gid'];
376
-			$stat['perm'] = substr((string)decoct($fstat['mode']), -4);
376
+			$stat['perm'] = substr((string) decoct($fstat['mode']), -4);
377 377
 			$stat = array_merge($stat, $this->getOwnerStat($uid, $gid));
378 378
 		}
379 379
 		
@@ -383,8 +383,8 @@  discard block
 block discarded – undo
383 383
 			$stat['mime'] = $dir ? 'directory' : $this->mimetype($path);
384 384
 		}
385 385
 		//logical rights first
386
-		$stat['read'] = ($linkreadable || is_readable($path))? null : false;
387
-		$stat['write'] = is_writable($path)? null : false;
386
+		$stat['read'] = ($linkreadable || is_readable($path)) ? null : false;
387
+		$stat['write'] = is_writable($path) ? null : false;
388 388
 
389 389
 		if (is_null($stat['read'])) {
390 390
 			$stat['size'] = $dir ? 0 : $size;
@@ -453,7 +453,7 @@  discard block
 block discarded – undo
453 453
 	protected function _subdirs($path) {
454 454
 
455 455
 		if (is_dir($path)) {
456
-			return (bool)glob(rtrim($path, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR . '*', GLOB_ONLYDIR);
456
+			return (bool) glob(rtrim($path, DIRECTORY_SEPARATOR).DIRECTORY_SEPARATOR.'*', GLOB_ONLYDIR);
457 457
 		}
458 458
 		return false;
459 459
 	}
@@ -534,7 +534,7 @@  discard block
 block discarded – undo
534 534
 							$br = true;
535 535
 						} else {
536 536
 							$_path = $fpath;
537
-							$stat['mime']  = 'symlink-broken';
537
+							$stat['mime'] = 'symlink-broken';
538 538
 							$target = readlink($_path);
539 539
 							$lstat = lstat($_path);
540 540
 							$ostat = $this->getOwnerStat($lstat['uid'], $lstat['gid']);
@@ -559,13 +559,13 @@  discard block
 block discarded – undo
559 559
 					if ($statOwner && !$linkreadable) {
560 560
 						$uid = $file->getOwner();
561 561
 						$gid = $file->getGroup();
562
-						$stat['perm'] = substr((string)decoct($file->getPerms()), -4);
562
+						$stat['perm'] = substr((string) decoct($file->getPerms()), -4);
563 563
 						$stat = array_merge($stat, $this->getOwnerStat($uid, $gid));
564 564
 					}
565 565
 					
566 566
 					//logical rights first
567
-					$stat['read'] = ($linkreadable || $file->isReadable())? null : false;
568
-					$stat['write'] = $file->isWritable()? null : false;
567
+					$stat['read'] = ($linkreadable || $file->isReadable()) ? null : false;
568
+					$stat['write'] = $file->isWritable() ? null : false;
569 569
 					
570 570
 					if (is_null($stat['read'])) {
571 571
 						$stat['size'] = $dir ? 0 : $size;
@@ -581,7 +581,7 @@  discard block
 block discarded – undo
581 581
 		
582 582
 		if ($cache) {
583 583
 			$cache = $this->convEncOut($cache, false);
584
-			foreach($cache as $d) {
584
+			foreach ($cache as $d) {
585 585
 				$this->updateCache($d[0], $d[1]);
586 586
 			}
587 587
 		}
@@ -597,7 +597,7 @@  discard block
 block discarded – undo
597 597
 	 * @return resource|false
598 598
 	 * @author Dmitry (dio) Levashov
599 599
 	 **/
600
-	protected function _fopen($path, $mode='rb') {
600
+	protected function _fopen($path, $mode = 'rb') {
601 601
 		return @fopen($path, $mode);
602 602
 	}
603 603
 	
@@ -608,7 +608,7 @@  discard block
 block discarded – undo
608 608
 	 * @return bool
609 609
 	 * @author Dmitry (dio) Levashov
610 610
 	 **/
611
-	protected function _fclose($fp, $path='') {
611
+	protected function _fclose($fp, $path = '') {
612 612
 		return @fclose($fp);
613 613
 	}
614 614
 	
@@ -740,7 +740,7 @@  discard block
 block discarded – undo
740 740
 		$path = $this->_joinPath($dir, $name);
741 741
 
742 742
 		$meta = stream_get_meta_data($fp);
743
-		$uri = isset($meta['uri'])? $meta['uri'] : '';
743
+		$uri = isset($meta['uri']) ? $meta['uri'] : '';
744 744
 		if ($uri && @is_file($uri)) {
745 745
 			fclose($fp);
746 746
 			if (!@rename($uri, $path) && !@copy($uri, $path)) {
@@ -800,7 +800,7 @@  discard block
 block discarded – undo
800 800
 	 * @return bool
801 801
 	 **/
802 802
 	protected function _chmod($path, $mode) {
803
-		$modeOct = is_string($mode) ? octdec($mode) : octdec(sprintf("%04o",$mode));
803
+		$modeOct = is_string($mode) ? octdec($mode) : octdec(sprintf("%04o", $mode));
804 804
 		$ret = @chmod($path, $modeOct);
805 805
 		$ret && clearstatcache();
806 806
 		return  $ret;
@@ -918,7 +918,7 @@  discard block
 block discarded – undo
918 918
 				$src = $dir;
919 919
 				$name = basename($path);
920 920
 				if (preg_match('/\.((tar\.(gz|bz|bz2|z|lzo))|cpio\.gz|ps\.gz|xcf\.(gz|bz2)|[a-z0-9]{1,4})$/i', $name, $m)) {
921
-					$name = substr($name, 0,  strlen($name)-strlen($m[0]));
921
+					$name = substr($name, 0, strlen($name) - strlen($m[0]));
922 922
 				}
923 923
 				$test = dirname($path).DIRECTORY_SEPARATOR.$name;
924 924
 				if (file_exists($test) || is_link($test)) {
@@ -927,9 +927,9 @@  discard block
 block discarded – undo
927 927
 			}
928 928
 			
929 929
 			if ($name !== '') {
930
-				$result  = dirname($path).DIRECTORY_SEPARATOR.$name;
930
+				$result = dirname($path).DIRECTORY_SEPARATOR.$name;
931 931
 
932
-				if (! @rename($src, $result)) {
932
+				if (!@rename($src, $result)) {
933 933
 					$this->delTree($dir);
934 934
 					return false;
935 935
 				}
@@ -937,7 +937,7 @@  discard block
 block discarded – undo
937 937
 				$dstDir = dirname($path);
938 938
 				$res = false;
939 939
 				$result = array();
940
-				foreach($ls as $name) {
940
+				foreach ($ls as $name) {
941 941
 					$target = $dstDir.DIRECTORY_SEPARATOR.$name;
942 942
 					if (is_dir($target)) {
943 943
 						$this->delTree($target);
@@ -1013,14 +1013,14 @@  discard block
 block discarded – undo
1013 1013
 		$result = array();
1014 1014
 	
1015 1015
 		$path = $this->convEncIn($path);
1016
-		$dirs = glob(rtrim($path, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR . '*', GLOB_ONLYDIR);
1017
-		$match = glob(rtrim($path, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR . '*'.$q.'*', GLOB_NOSORT);
1016
+		$dirs = glob(rtrim($path, DIRECTORY_SEPARATOR).DIRECTORY_SEPARATOR.'*', GLOB_ONLYDIR);
1017
+		$match = glob(rtrim($path, DIRECTORY_SEPARATOR).DIRECTORY_SEPARATOR.'*'.$q.'*', GLOB_NOSORT);
1018 1018
 		if ($dirs) {
1019 1019
 			$dirs = $this->convEncOut($dirs, false);
1020 1020
 		} 
1021 1021
 		$match = $this->convEncOut($match);
1022 1022
 		if ($match) {
1023
-			foreach($match as $p) {
1023
+			foreach ($match as $p) {
1024 1024
 				$stat = $this->stat($p);
1025 1025
 		
1026 1026
 				if (!$stat) { // invalid links
@@ -1040,7 +1040,7 @@  discard block
 block discarded – undo
1040 1040
 						if ($this->encoding) {
1041 1041
 							$path = str_replace('%2F', '/', rawurlencode($this->convEncIn($path, true)));
1042 1042
 						}
1043
-						$stat['url'] = $this->URL . $path;
1043
+						$stat['url'] = $this->URL.$path;
1044 1044
 					}
1045 1045
 		
1046 1046
 					$result[] = $stat;
@@ -1048,7 +1048,7 @@  discard block
 block discarded – undo
1048 1048
 			}
1049 1049
 		}
1050 1050
 		if ($dirs) {
1051
-			foreach($dirs as $dir) {
1051
+			foreach ($dirs as $dir) {
1052 1052
 				$stat = $this->stat($dir);
1053 1053
 				if ($stat['read'] && !isset($stat['alias'])) {
1054 1054
 					@set_time_limit(30);
Please login to merge, or discard this patch.
php/elFinderVolumeMySQL.class.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -311,7 +311,7 @@  discard block
 block discarded – undo
311 311
 		$dirs = array();
312 312
 		if ($path != $this->root) {
313 313
 			$inpath = array(intval($path));
314
-			while($inpath) {
314
+			while ($inpath) {
315 315
 				$in = '('.join(',', $inpath).')';
316 316
 				$inpath = array();
317 317
 				$sql = 'SELECT f.id FROM %s AS f WHERE f.parent_id IN '.$in.' AND `mime` = \'directory\'';
@@ -330,7 +330,7 @@  discard block
 block discarded – undo
330 330
 		
331 331
 		if ($mimes) {
332 332
 			$whrs = array();
333
-			foreach($mimes as $mime) {
333
+			foreach ($mimes as $mime) {
334 334
 				if (strpos($mime, '/') === false) {
335 335
 					$whrs[] = sprintf('f.mime LIKE "%s/%%"', $this->db->real_escape_string($mime));
336 336
 				} else {
@@ -342,7 +342,7 @@  discard block
 block discarded – undo
342 342
 			$whr = sprintf('f.name RLIKE "%s"', $this->db->real_escape_string($q));
343 343
 		}
344 344
 		if ($dirs) {
345
-			$whr = '(' . $whr . ') AND (`parent_id` IN (' . join(',', $dirs) . '))';
345
+			$whr = '('.$whr.') AND (`parent_id` IN ('.join(',', $dirs).'))';
346 346
 		}
347 347
 		
348 348
 		$sql = 'SELECT f.id, f.parent_id, f.name, f.size, f.mtime AS ts, f.mime, f.read, f.write, f.locked, f.hidden, f.width, f.height, 0 AS dirs 
@@ -587,7 +587,7 @@  discard block
 block discarded – undo
587 587
 	 * @return resource|false
588 588
 	 * @author Dmitry (dio) Levashov
589 589
 	 **/
590
-	protected function _fopen($path, $mode='rb') {
590
+	protected function _fopen($path, $mode = 'rb') {
591 591
 		$fp = $this->tmbPath
592 592
 			? @fopen($this->getTempFile($path), 'w+')
593 593
 			: @tmpfile();
@@ -614,7 +614,7 @@  discard block
 block discarded – undo
614 614
 	 * @return bool
615 615
 	 * @author Dmitry (dio) Levashov
616 616
 	 **/
617
-	protected function _fclose($fp, $path='') {
617
+	protected function _fclose($fp, $path = '') {
618 618
 		@fclose($fp);
619 619
 		if ($path) {
620 620
 			@unlink($this->getTempFile($path));
@@ -746,7 +746,7 @@  discard block
 block discarded – undo
746 746
 		$this->clearcache();
747 747
 		
748 748
 		$mime = $stat['mime'];
749
-		$w = !empty($stat['width'])  ? $stat['width']  : 0;
749
+		$w = !empty($stat['width']) ? $stat['width'] : 0;
750 750
 		$h = !empty($stat['height']) ? $stat['height'] : 0;
751 751
 		
752 752
 		$id = $this->_joinPath($dir, $name);
Please login to merge, or discard this patch.
php/elFinderVolumeS3.class.php 1 patch
Spacing   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -61,8 +61,8 @@  discard block
 block discarded – undo
61 61
 	 **/
62 62
 	protected function _dirname($path) {
63 63
 	
64
-		$newpath =  preg_replace("/\/$/", "", $path);
65
-		$dn = substr($path, 0, strrpos($newpath, '/')) ;
64
+		$newpath = preg_replace("/\/$/", "", $path);
65
+		$dn = substr($path, 0, strrpos($newpath, '/'));
66 66
 		
67 67
 		if (substr($dn, 0, 1) != '/') {
68 68
 		 $dn = "/$dn";
@@ -105,9 +105,9 @@  discard block
 block discarded – undo
105 105
 	 * @author Troex Nevelin
106 106
 	 **/
107 107
 	protected function _normpath($path) {
108
-		$tmp =  preg_replace("/^\//", "", $path);
109
-		$tmp =  preg_replace("/\/\//", "/", $tmp);
110
-		$tmp =  preg_replace("/\/$/", "", $tmp);
108
+		$tmp = preg_replace("/^\//", "", $path);
109
+		$tmp = preg_replace("/\/\//", "/", $tmp);
110
+		$tmp = preg_replace("/\/$/", "", $tmp);
111 111
 		return $tmp;
112 112
 	}
113 113
 
@@ -128,9 +128,9 @@  discard block
 block discarded – undo
128 128
 			$newpath = "/$newpath";
129 129
 		}
130 130
 		
131
-		$newpath =  preg_replace("/\/$/", "", $newpath);
131
+		$newpath = preg_replace("/\/$/", "", $newpath);
132 132
 	
133
-		$ret = ($newpath == $this->root) ? '' : substr($newpath, strlen($this->root)+1);
133
+		$ret = ($newpath == $this->root) ? '' : substr($newpath, strlen($this->root) + 1);
134 134
 		
135 135
 		return $ret;
136 136
 	}
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
 		$np = $this->_normpath($path);
232 232
 		
233 233
 		try {
234
-			$obj = $this->s3->GetObject(array('Bucket' => $this->options['bucket'], 'Key' => $np , 'GetMetadata' => true, 'InlineData' => false, 'GetData' => false));
234
+			$obj = $this->s3->GetObject(array('Bucket' => $this->options['bucket'], 'Key' => $np, 'GetMetadata' => true, 'InlineData' => false, 'GetData' => false));
235 235
 		} catch (Exception $e) {
236 236
 		
237 237
 		}
@@ -239,7 +239,7 @@  discard block
 block discarded – undo
239 239
 		if (!isset($obj) || ($obj->GetObjectResponse->Status->Code != 200)) {
240 240
 			$np .= '/';
241 241
 			try {
242
-				$obj = $this->s3->GetObject(array('Bucket' => $this->options['bucket'], 'Key' => $np , 'GetMetadata' => true, 'InlineData' => false, 'GetData' => false));
242
+				$obj = $this->s3->GetObject(array('Bucket' => $this->options['bucket'], 'Key' => $np, 'GetMetadata' => true, 'InlineData' => false, 'GetData' => false));
243 243
 			} catch (Exception $e) {
244 244
 		
245 245
 			}
@@ -341,14 +341,14 @@  discard block
 block discarded – undo
341 341
 	 **/
342 342
 	protected function _scandir($path) {
343 343
 		
344
-		$s3path = preg_replace("/^\//", "", $path) . '/';
344
+		$s3path = preg_replace("/^\//", "", $path).'/';
345 345
 		
346 346
 		$files = $this->s3->ListBucket(array('Bucket' => $this->options['bucket'], 'delimiter' => '/', 'Prefix' => $s3path))->ListBucketResponse->Contents;
347 347
 	
348 348
 		$finalfiles = array();
349 349
 		
350 350
 		foreach ($files as $file) {
351
-			if (preg_match("|^" . $s3path . "[^/]*/?$|", $file->Key)) {
351
+			if (preg_match("|^".$s3path."[^/]*/?$|", $file->Key)) {
352 352
 				$fname = preg_replace("/\/$/", "", $file->Key);
353 353
 				$fname = $file->Key;
354 354
 				
@@ -373,7 +373,7 @@  discard block
 block discarded – undo
373 373
 	 * @author Dmitry (dio) Levashov,
374 374
 	 * @author Alexey Sukhotin
375 375
 	 **/
376
-	protected function _fopen($path, $mode="rb") {
376
+	protected function _fopen($path, $mode = "rb") {
377 377
 	
378 378
 		$tn = $this->getTempFile($path);
379 379
 	
@@ -385,8 +385,8 @@  discard block
 block discarded – undo
385 385
 		if ($fp) {
386 386
 
387 387
 			try {
388
-				$obj = $this->s3->GetObject(array('Bucket' => $this->options['bucket'], 'Key' => $this->_normpath($path) , 'GetMetadata' => true, 'InlineData' => true, 'GetData' => true));
389
-			}	catch (Exception $e) {
388
+				$obj = $this->s3->GetObject(array('Bucket' => $this->options['bucket'], 'Key' => $this->_normpath($path), 'GetMetadata' => true, 'InlineData' => true, 'GetData' => true));
389
+			} catch (Exception $e) {
390 390
 		
391 391
 			}
392 392
 				
@@ -410,7 +410,7 @@  discard block
 block discarded – undo
410 410
 	 * @return bool
411 411
 	 * @author Dmitry (dio) Levashov
412 412
 	 **/
413
-	protected function _fclose($fp, $path='') {
413
+	protected function _fclose($fp, $path = '') {
414 414
 		@fclose($fp);
415 415
 		if ($path) {
416 416
 			@unlink($this->getTempFile($path));
@@ -435,7 +435,7 @@  discard block
 block discarded – undo
435 435
 		$newkey = "$newkey/$name/";
436 436
 
437 437
 		try {
438
-			$obj = $this->s3->PutObjectInline(array('Bucket' => $this->options['bucket'], 'Key' => $newkey , 'ContentLength' => 0, 'Data' => ''));
438
+			$obj = $this->s3->PutObjectInline(array('Bucket' => $this->options['bucket'], 'Key' => $newkey, 'ContentLength' => 0, 'Data' => ''));
439 439
 		} catch (Exception $e) {
440 440
 		
441 441
 		}
@@ -462,7 +462,7 @@  discard block
 block discarded – undo
462 462
 		$newkey = "$newkey/$name";
463 463
 
464 464
 		try {
465
-			$obj = $this->s3->PutObjectInline(array('Bucket' => $this->options['bucket'], 'Key' => $newkey , 'ContentLength' => 0, 'Data' => '', 'Metadata' => array(array('Name' => 'Content-Type', 'Value' => 'text/plain'))));
465
+			$obj = $this->s3->PutObjectInline(array('Bucket' => $this->options['bucket'], 'Key' => $newkey, 'ContentLength' => 0, 'Data' => '', 'Metadata' => array(array('Name' => 'Content-Type', 'Value' => 'text/plain'))));
466 466
 		} catch (Exception $e) {
467 467
 		
468 468
 		}
@@ -563,7 +563,7 @@  discard block
 block discarded – undo
563 563
 	 * @author Dmitry (dio) Levashov
564 564
 	 **/
565 565
 	protected function _rmdir($path) {
566
-		return $this->_unlink($path . '/');
566
+		return $this->_unlink($path.'/');
567 567
 	}
568 568
 
569 569
 	/**
@@ -682,7 +682,7 @@  discard block
 block discarded – undo
682 682
 		/* Getting list of S3 web service functions which requires signing */
683 683
 		$funcs = $this->__getFunctions();
684 684
 		
685
-		$funcnames  = array();
685
+		$funcnames = array();
686 686
 		
687 687
 		foreach ($funcs as $func) {
688 688
 			preg_match("/\S+\s+([^\)]+)\(/", $func, $m);
@@ -723,7 +723,7 @@  discard block
 block discarded – undo
723 723
 			'Timestamp' => gmdate('Y-m-d\TH:i:s.000\Z'),
724 724
 		);
725 725
 
726
-		$sign_str = 'AmazonS3' . $operation . $params['Timestamp'];
726
+		$sign_str = 'AmazonS3'.$operation.$params['Timestamp'];
727 727
 		
728 728
 		$params['Signature'] = base64_encode(hash_hmac('sha1', $sign_str, $this->secretkey, TRUE));
729 729
 		
Please login to merge, or discard this patch.
php/plugins/AutoResize/plugin.php 1 patch
Spacing   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -50,11 +50,11 @@  discard block
 block discarded – undo
50 50
 
51 51
 	public function __construct($opts) {
52 52
 		$defaults = array(
53
-			'enable'         => true,       // For control by volume driver
54
-			'maxWidth'       => 1024,       // Path to Water mark image
55
-			'maxHeight'      => 1024,       // Margin right pixel
56
-			'quality'        => 95,         // JPEG image save quality
57
-			'targetType'     => IMG_GIF|IMG_JPG|IMG_PNG|IMG_WBMP // Target image formats ( bit-field )
53
+			'enable'         => true, // For control by volume driver
54
+			'maxWidth'       => 1024, // Path to Water mark image
55
+			'maxHeight'      => 1024, // Margin right pixel
56
+			'quality'        => 95, // JPEG image save quality
57
+			'targetType'     => IMG_GIF | IMG_JPG | IMG_PNG | IMG_WBMP // Target image formats ( bit-field )
58 58
 		);
59 59
 
60 60
 		$this->opts = array_merge($defaults, $opts);
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
 			$opts = array_merge($this->opts, $volOpts);
69 69
 		}
70 70
 		
71
-		if (! $opts['enable']) {
71
+		if (!$opts['enable']) {
72 72
 			return false;
73 73
 		}
74 74
 		
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 				IMAGETYPE_PNG => IMG_PNG,
85 85
 				IMAGETYPE_WBMP => IMG_WBMP,
86 86
 		);
87
-		if (! ($opts['targetType'] & $imgTypes[$srcImgInfo[2]])) {
87
+		if (!($opts['targetType'] & $imgTypes[$srcImgInfo[2]])) {
88 88
 			return false;
89 89
 		}
90 90
 		
@@ -96,9 +96,9 @@  discard block
 block discarded – undo
96 96
 	}
97 97
 	
98 98
 	private function resize($src, $srcImgInfo, $maxWidth, $maxHeight, $quality) {
99
-		$zoom = min(($maxWidth/$srcImgInfo[0]),($maxHeight/$srcImgInfo[1]));
100
-		$width = round($srcImgInfo[0] * $zoom);
101
-		$height = round($srcImgInfo[1] * $zoom);
99
+		$zoom = min(($maxWidth/$srcImgInfo[0]), ($maxHeight/$srcImgInfo[1]));
100
+		$width = round($srcImgInfo[0]*$zoom);
101
+		$height = round($srcImgInfo[1]*$zoom);
102 102
 		
103 103
 		if (class_exists('Imagick')) {
104 104
 			return $this->resize_imagick($src, $width, $height, $quality);
@@ -118,14 +118,14 @@  discard block
 block discarded – undo
118 118
 				break;
119 119
 			case 'image/jpeg':
120 120
 				if (@imagetypes() & IMG_JPG) {
121
-					$oSrcImg = @imagecreatefromjpeg($src) ;
121
+					$oSrcImg = @imagecreatefromjpeg($src);
122 122
 				} else {
123 123
 					$ermsg = 'JPEG images are not supported';
124 124
 				}
125 125
 				break;
126 126
 			case 'image/png':
127 127
 				if (@imagetypes() & IMG_PNG) {
128
-					$oSrcImg = @imagecreatefrompng($src) ;
128
+					$oSrcImg = @imagecreatefrompng($src);
129 129
 				} else {
130 130
 					$ermsg = 'PNG images are not supported';
131 131
 				}
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
 				break;
144 144
 		}
145 145
 		
146
-		if ($oSrcImg &&  false != ($tmp = imagecreatetruecolor($width, $height))) {
146
+		if ($oSrcImg && false != ($tmp = imagecreatetruecolor($width, $height))) {
147 147
 			
148 148
 			if (!imagecopyresampled($tmp, $oSrcImg, 0, 0, 0, 0, $width, $height, $srcImgInfo[0], $srcImgInfo[1])) {
149 149
 				return false;
Please login to merge, or discard this patch.
php/plugins/Sanitizer/plugin.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -49,8 +49,8 @@  discard block
 block discarded – undo
49 49
 	
50 50
 	public function __construct($opts) {
51 51
 		$defaults = array(
52
-			'enable'   => true,  // For control by volume driver
53
-			'targets'  => array('\\','/',':','*','?','"','<','>','|'), // target chars
52
+			'enable'   => true, // For control by volume driver
53
+			'targets'  => array('\\', '/', ':', '*', '?', '"', '<', '>', '|'), // target chars
54 54
 			'replace'  => '_'    // replace to this
55 55
 		);
56 56
 	
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
 	
60 60
 	public function cmdPreprocess($cmd, &$args, $elfinder, $volume) {
61 61
 		$opts = $this->getOpts($volume);
62
-		if (! $opts['enable']) {
62
+		if (!$opts['enable']) {
63 63
 			return false;
64 64
 		}
65 65
 	
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 
72 72
 	public function onUpLoadPreSave(&$path, &$name, $src, $elfinder, $volume) {
73 73
 		$opts = $this->getOpts($volume);
74
-		if (! $opts['enable']) {
74
+		if (!$opts['enable']) {
75 75
 			return false;
76 76
 		}
77 77
 	
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
 	}
95 95
 	
96 96
 	private function sanitizeFileName($filename, $opts, $allows = array()) {
97
-		$targets = $allows? array_diff($opts['targets'], $allows) : $opts['targets'];
97
+		$targets = $allows ? array_diff($opts['targets'], $allows) : $opts['targets'];
98 98
 		return str_replace($targets, $opts['replace'], $filename);
99 99
   	}
100 100
 }
Please login to merge, or discard this patch.