Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2121 Revision 2123
Zeile 9... Zeile 9...
9
*
9
*
10
* Licensed under the MIT license:
10
* Licensed under the MIT license:
11
* https://opensource.org/licenses/MIT
11
* https://opensource.org/licenses/MIT
12
*/
12
*/
Zeile 13... Zeile -...
13
 
-
 
14
$GLOBALS["web"] = $webs;
-
 
15
$GLOBALS["web_rechte"] = $web_rechte;
-
 
16
$GLOBALS["site"] = $site;
13
 
17
if (preg_match("/\.local$/", $_SERVER["SERVER_NAME"]))
14
if (preg_match("/\.local$/", $_SERVER["SERVER_NAME"]))
18
{
15
{
19
	//$GLOBALS["site"] .= ".local";
16
	//$GLOBALS["site"] .= ".local";
20
}
17
}
Zeile 97... Zeile 94...
97
 
94
 
Zeile 98... Zeile 95...
98
	protected $image_objects = array();
95
	protected $image_objects = array();
99
 
96
 
-
 
97
	public function __construct($options = null, $initialize = true, $error_messages = null)
-
 
98
	{
-
 
99
        $real_url = getDokDomain();
100
	public function __construct($options = null, $initialize = true, $error_messages = null)
100
        $real_url .= "/images/upload/";
101
	{
101
        $real_folder = $GLOBALS["web"]["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->