Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2141 Revision 2142
Zeile 88... Zeile 88...
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
		$GLOBALS["ci"] = &get_instance();
92
		$real_url = getDokDomain();
92
		$real_url = getDokDomain();
93
		$real_orig_url .= "/images/orig/";
93
		$real_orig_url = $real_url . "/images/orig/";
94
		$real_url .= "/images/upload/" . $GLOBALS["folder"] . "/";
94
		$real_url .= "/images/upload/" . $GLOBALS["folder"] . "/";
95
		$real_folder = $GLOBALS["webs"]["verzeichnis"] . '/images/upload/' . $GLOBALS["folder"] .
95
		$real_folder = $GLOBALS["webs"]["verzeichnis"] . '/images/upload/' . $GLOBALS["folder"] .
96
			"/";
96
			"/";
97
		$this->response = array();
97
		$this->response = array();