Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2156 Revision 2158
Zeile 1... Zeile 1...
1
<?php
1
<?php
Zeile 2... Zeile 2...
2
 
2
 
Zeile 3... Zeile 3...
3
//$Id: UploadHandler.php 2156 2017-11-24 23:58:50Z lars $
3
//$Id: UploadHandler.php 2158 2017-11-25 23:50:52Z lars $
4
 
4
 
5
/*
5
/*
6
* jQuery File Upload Plugin PHP Class
6
* jQuery File Upload Plugin PHP Class
Zeile 14... Zeile 14...
14
*/
14
*/
Zeile 15... Zeile 15...
15
 
15
 
16
if (preg_match("/\.local$/", $_SERVER["SERVER_NAME"])) {
16
if (preg_match("/\.local$/", $_SERVER["SERVER_NAME"])) {
17
	//$GLOBALS["site"] .= ".local";
17
	//$GLOBALS["site"] .= ".local";
-
 
18
}
-
 
19
 
-
 
20
trigger_error(var_export($_GET, true));
18
}
21
trigger_error(var_export($_POST, true));
Zeile 19... Zeile 22...
19
$options = null;
22
$options = null;
20
 
23
 
21
$folder = "";
24
$folder = "";