Subversion-Projekte lars-tiefland.ci

Revision

Revision 2149 | Revision 2151 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2149 Revision 2150
Zeile 1064... Zeile 1064...
1064
				"docx",
1064
				"docx",
1065
				"xls",
1065
				"xls",
1066
				"xlsx",
1066
				"xlsx",
1067
				);
1067
				);
1068
			if ($file_size === $file->size) {
1068
			if ($file_size === $file->size) {
1069
				$mt = mime_content_type($file_path);
-
 
1070
				$info = pathinfo($file_path);
1069
				$info = pathinfo($file_path);
1071
				$ext = strtolower($info["extension"]);
1070
				$ext = strtolower($info["extension"]);
1072
				$file->url = $this->get_download_url($file->name);
1071
				$file->url = $this->get_download_url($file->name);
1073
				$typ = 4;
1072
				$typ = 4;
1074
				if ($this->is_valid_image_file($file_path)) {
1073
				if ($this->is_valid_image_file($file_path)) {