diff --git a/www/.php/auth.inc b/www/.php/auth.inc
new file mode 100644
index 0000000..f52896d
--- /dev/null
+++ b/www/.php/auth.inc
@@ -0,0 +1,27 @@
+ 'password',
+];
+
+$CLIENT_CREDENTIALS = [
+ 'name' => [
+ 'username' => 'password',
+ ],
+];
diff --git a/www/format.inc b/www/.php/format.inc
similarity index 100%
rename from www/format.inc
rename to www/.php/format.inc
diff --git a/www/clients.php b/www/clients.php
index 6cbe99b..ec40633 100644
--- a/www/clients.php
+++ b/www/clients.php
@@ -1,9 +1,10 @@
-
Mandanten
-
- Name |
-
+ header('Content-Type: application/xhtml+xml; charset=UTF-8');
+ echo "\n";
+ ?>
+
+
+
+ Mandanten - Elwig - Elektronische Winzergenossenschaftsverwaltung
+
+
+
+
+ Mandanten
+
+ Name |
+
$c | \n";
+ echo " $c |
\n";
} ?>
-
-
- JSON-Format
-
+
+ JSON-Format
+
+
+ [
- 'username' => 'password',
- ],
-];
diff --git a/www/res/elwig.ico b/www/favicon.ico
similarity index 100%
rename from www/res/elwig.ico
rename to www/favicon.ico
diff --git a/www/files/create.sql.php b/www/files/create.sql.php
index e780b4f..6c7bd04 100644
--- a/www/files/create.sql.php
+++ b/www/files/create.sql.php
@@ -1,4 +1,6 @@
- Downloads
-
- Name | Größe | Änderungsdatum |
-
+ header('Content-Type: application/xhtml+xml; charset=UTF-8');
+ echo "\n";
+ ?>
+
+
+
+ Downloads - Elwig - Elektronische Winzergenossenschaftsverwaltung
+
+
+
+
+ Downloads
+
+ Name | Größe | Änderungsdatum |
+
[$prod, $vers, $url, $size, $mtime, $ctime, $mod, $cre]) {
- echo " $name | " . number_format($size / 1024 / 1024, 1) . " MB | " . date('d.m.Y, H:i', $mtime) . " |
\n";
+ echo " $name | " . number_format($size / 1024 / 1024, 1) . " MB | " . date('d.m.Y, H:i', $mtime) . " |
\n";
} ?>
-
-
- JSON-Format
-
+
+ JSON-Format
+
+
+
-