Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2131 Revision 2132
Zeile 86... Zeile 86...
86
 
86
 
Zeile 87... Zeile 87...
87
	protected $image_objects = array();
87
	protected $image_objects = array();
88
 
88
 
-
 
89
	public function __construct($options = null, $initialize = true, $error_messages = null)
89
	public function __construct($options = null, $initialize = true, $error_messages = null)
90
	{
90
	{
91
		$GLOBALS["ci"] = &get_instance();
91
		$real_url = getDokDomain();
92
		$real_url = getDokDomain();
92
		$real_url .= "/images/upload/";
93
		$real_url .= "/images/upload/";
93
		$real_folder = $GLOBALS["webs"]["verzeichnis"] . '/images/upload/';
94
		$real_folder = $GLOBALS["webs"]["verzeichnis"] . '/images/upload/';
Zeile 298... Zeile 299...
298
			name);
299
			name);
299
		$file->deleteType = $this->options['delete_type'];
300
		$file->deleteType = $this->options['delete_type'];
300
		if ($file->deleteType !== 'DELETE') {
301
		if ($file->deleteType !== 'DELETE') {
301
			$file->deleteUrl .= '&_method=DELETE';
302
			$file->deleteUrl .= '&_method=DELETE';
302
		}
303
		}
303
        trigger_error($file->deleteUrl);
304
		trigger_error($file->deleteUrl);
304
		if ($this->options['access_control_allow_credentials']) {
305
		if ($this->options['access_control_allow_credentials']) {
305
			$file->deleteWithCredentials = true;
306
			$file->deleteWithCredentials = true;
306
		}
307
		}
307
	}
308
	}