Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2123 Revision 2124
Zeile 17... Zeile 17...
17
}
17
}
18
$options = null;
18
$options = null;
Zeile 19... Zeile 19...
19
 
19
 
20
$real_url = getDokDomain();
20
$real_url = getDokDomain();
21
$real_url .= "/images/upload/";
21
$real_url .= "/images/upload/";
Zeile 22... Zeile 22...
22
$real_folder = $GLOBALS["web"]["verzeichnis"] . "/images/upload/";
22
$real_folder = $GLOBALS["webs"]["verzeichnis"] . "/images/upload/";
23
 
23
 
24
$folder = "";
24
$folder = "";
25
$GLOBALS["folder"] = "";
25
$GLOBALS["folder"] = "";
Zeile 96... Zeile 96...
96
 
96
 
97
	public function __construct($options = null, $initialize = true, $error_messages = null)
97
	public function __construct($options = null, $initialize = true, $error_messages = null)
98
	{
98
	{
99
        $real_url = getDokDomain();
99
        $real_url = getDokDomain();
100
        $real_url .= "/images/upload/";
100
        $real_url .= "/images/upload/";
101
        $real_folder = $GLOBALS["web"]["verzeichnis"] . '/images/upload/';
101
        $real_folder = $GLOBALS["webs"]["verzeichnis"] . '/images/upload/';
102
		$this->response = array();
102
		$this->response = array();
103
		$this->options = array(
103
		$this->options = array(
104
			'script_url' => $this->get_full_url() . '/' . $this->basename($this->
104
			'script_url' => $this->get_full_url() . '/' . $this->basename($this->
105
				get_server_var('SCRIPT_NAME')),
105
				get_server_var('SCRIPT_NAME')),