... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
This file belongs to the Webinterface of schokokeks.org Hosting. |
2 | 2 |
Please see http://source.schokokeks.org for the newest source files. |
3 | 3 |
|
4 |
-Written 2008-2013 by schokokeks.org Hosting, namely |
|
4 |
+Written 2008-2014 by schokokeks.org Hosting, namely |
|
5 | 5 |
Bernd Wurst <bernd@schokokeks.org> |
6 | 6 |
Hanno Böck <hanno@schokokeks.org> |
7 | 7 |
|
... | ... |
@@ -3,7 +3,7 @@ |
3 | 3 |
This file belongs to the Webinterface of schokokeks.org Hosting. |
4 | 4 |
Please see http://source.schokokeks.org for the newest source files. |
5 | 5 |
|
6 |
-Written 2008-2013 by schokokeks.org Hosting, namely |
|
6 |
+Written 2008-2014 by schokokeks.org Hosting, namely |
|
7 | 7 |
Bernd Wurst <bernd@schokokeks.org> |
8 | 8 |
Hanno Böck <hanno@schokokeks.org> |
9 | 9 |
|
... | ... |
@@ -2,7 +2,7 @@ |
2 | 2 |
------------------------------------------------------------------------------- |
3 | 3 |
# This file belongs to the Webinterface of schokokeks.org Hosting |
4 | 4 |
# |
5 |
-# Written 2008-2013 by schokokeks.org Hosting, namely |
|
5 |
+# Written 2008-2014 by schokokeks.org Hosting, namely |
|
6 | 6 |
# Bernd Wurst <bernd@schokokeks.org> |
7 | 7 |
# Hanno Böck <hanno@schokokeks.org> |
8 | 8 |
# |
... | ... |
@@ -2,7 +2,7 @@ |
2 | 2 |
/* |
3 | 3 |
This file belongs to the Webinterface of schokokeks.org Hosting |
4 | 4 |
|
5 |
-Written 2008-2013 by schokokeks.org Hosting, namely |
|
5 |
+Written 2008-2014 by schokokeks.org Hosting, namely |
|
6 | 6 |
Bernd Wurst <bernd@schokokeks.org> |
7 | 7 |
Hanno Böck <hanno@schokokeks.org> |
8 | 8 |
|
... | ... |
@@ -21,6 +21,17 @@ function config($key, $localonly = false) |
21 | 21 |
{ |
22 | 22 |
global $config; |
23 | 23 |
|
24 |
+ if ($key == "modules") { |
|
25 |
+ // Stelle sicher, dass das "index"-Modul immer aktiv ist! |
|
26 |
+ if (! in_array("index", $config['modules'])) { |
|
27 |
+ $config['modules'][] = "index"; |
|
28 |
+ } |
|
29 |
+ // Stelle sicher, dass das "about"-Modul immer aktiv ist! |
|
30 |
+ if (! in_array("about", $config['modules'])) { |
|
31 |
+ $config['modules'][] = "about"; |
|
32 |
+ } |
|
33 |
+ } |
|
34 |
+ |
|
24 | 35 |
if ($key == 'modules' && isset($_SESSION['restrict_modules'])) |
25 | 36 |
{ |
26 | 37 |
$modules = array(); |
... | ... |
@@ -3,7 +3,7 @@ |
3 | 3 |
This file belongs to the Webinterface of schokokeks.org Hosting. |
4 | 4 |
Please see http://source.schokokeks.org for the newest source files. |
5 | 5 |
|
6 |
-Written 2008-2013 by schokokeks.org Hosting, namely |
|
6 |
+Written 2008-2014 by schokokeks.org Hosting, namely |
|
7 | 7 |
Bernd Wurst <bernd@schokokeks.org> |
8 | 8 |
Hanno Böck <hanno@schokokeks.org> |
9 | 9 |
|
8 | 8 |
similarity index 51% |
9 | 9 |
rename from images/about.php |
10 | 10 |
rename to modules/about/about.php |
... | ... |
@@ -1,45 +1,28 @@ |
1 |
-<?xml version="1.0" encoding="utf-8"?> |
|
2 |
-<!-- |
|
1 |
+<?php |
|
2 |
+/* |
|
3 | 3 |
This file belongs to the Webinterface of schokokeks.org Hosting |
4 | 4 |
|
5 |
-Written 2008-2013 by schokokeks.org Hosting, namely |
|
5 |
+Written 2008-2014 by schokokeks.org Hosting, namely |
|
6 | 6 |
Bernd Wurst <bernd@schokokeks.org> |
7 | 7 |
Hanno Böck <hanno@schokokeks.org> |
8 | 8 |
|
9 |
-To the extent possible under law, the author(s) have dedicated |
|
10 |
-all copyright and related and neighboring rights to this |
|
11 |
-software to the public domain worldwide. This software is |
|
12 |
-distributed without any warranty. |
|
9 |
+To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. |
|
13 | 10 |
|
14 |
-You should have received a copy of the CC0 Public Domain |
|
15 |
-Dedication along with this software. If not, see |
|
11 |
+You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see |
|
16 | 12 |
http://creativecommons.org/publicdomain/zero/1.0/ |
17 | 13 |
|
18 |
-Nevertheless, in case you use a significant part of this |
|
19 |
-code, we ask (but not require, see the license) that you |
|
20 |
-keep the authors' names in place and return your changes |
|
21 |
-to the public. We would be especially happy if you tell |
|
22 |
-us what you're going to do with this code. |
|
23 |
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
|
24 |
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|
14 |
+Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code. |
|
15 |
+*/ |
|
25 | 16 |
|
26 |
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> |
|
27 |
-<head> |
|
17 |
+title('Lizenzinformationen'); |
|
28 | 18 |
|
29 |
-<title>Administration - Bildrechte</title> |
|
30 |
-<link rel="stylesheet" href="../css/default.css" type="text/css" media="screen" title="Normal" /></head> |
|
31 |
-<body> |
|
32 |
- |
|
33 |
-<div class="content"> |
|
34 |
-<a name="content" style="display: none"> </a> |
|
35 |
- |
|
36 |
- |
|
37 |
-<h3>Lizenzinformationen</h3> |
|
38 |
-<p>Dieses Webinterface ist eine Eigenentwicklung von schokokeks.org Webhosting. Der Source-Code ist unter <a href="http://source.schokokeks.org/">source.schokokeks.org</a> erhältlich und wurde unter der Lizenz CC0 / Public Domain freigegeben.</p> |
|
19 |
+output('<p>Dieses Webinterface ist eine Eigenentwicklung von schokokeks.org Webhosting. Der Source-Code ist unter <a href="http://source.schokokeks.org/">source.schokokeks.org</a> erhältlich und wurde unter der Lizenz CC0 / Public Domain freigegeben.</p> |
|
39 | 20 |
<p>Folgende Bestandteile wurden von anderen Autoren übernommen und unterliegen einer abweichenden Lizenz:</p> |
40 | 21 |
<ul> |
41 | 22 |
<li>Eine <a href="https://github.com/PHPGangsta/GoogleAuthenticator">Bibliothek zur Abwicklung der Google-Authenticator-Anmeldung</a> wurde von <a href="http://www.phpgangsta.de/2-faktor-authentifizierung-mit-dem-google-authenticator">Michael Kliewe (PHPGangsta)</a> übernommen und ist unter der BSD-Lizenz freigegeben</li> |
23 |
+ <li>Die Bibliotheken <a href="http://jquery.com/">JQuery</a> und <a href="http://jqueryui.com/">JQueryUI</a>, veröffentlicht unter <a href="https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt">MIT-Lizenz</a></li> |
|
24 |
+ <li><a href="http://code.google.com/p/php-iban/">php-iban</a>, veröffentlicht unter <a href="https://www.gnu.org/licenses/gpl-3.0">GPLv3</a></li> |
|
25 |
+ <li>Die Bibliothek <a href="https://github.com/gggeek/phpxmlrpc">XML-RPC for PHP</a> von Edd Dumbill / Gaetano Giunta</li> |
|
42 | 26 |
</ul> |
43 | 27 |
<p>Einzelne Grafiken wurden aus freien Projekten entnommen oder es wurden freie Grafiken verwendet.</p> |
44 | 28 |
<p>Der Ursprung von Grafiken ist:</p> |
... | ... |
@@ -50,9 +33,4 @@ us what you're going to do with this code. |
50 | 33 |
</ul> |
51 | 34 |
|
52 | 35 |
<p>Diese Urheberinformation ist nach bestem Wissen erstellt. Sollten Sie Fehler erkennen oder verwenden wir Ihre Arbeit ohne dies hier zu erwähnen, dann <a href="http://www.schokokeks.org/kontakt">kontaktieren Sie uns</a> bitte.</p> |
53 |
- |
|
54 |
-</div> |
|
55 |
- |
|
56 |
-</body> |
|
57 |
-</html> |
|
58 |
- |
|
36 |
+'); |
... | ... |
@@ -2,7 +2,7 @@ |
2 | 2 |
/* |
3 | 3 |
This file belongs to the Webinterface of schokokeks.org Hosting |
4 | 4 |
|
5 |
-Written 2008-2013 by schokokeks.org Hosting, namely |
|
5 |
+Written 2008-2014 by schokokeks.org Hosting, namely |
|
6 | 6 |
Bernd Wurst <bernd@schokokeks.org> |
7 | 7 |
Hanno Böck <hanno@schokokeks.org> |
8 | 8 |
|
... | ... |
@@ -14,10 +14,6 @@ http://creativecommons.org/publicdomain/zero/1.0/ |
14 | 14 |
Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code. |
15 | 15 |
*/ |
16 | 16 |
|
17 |
-require_once('session/start.php'); |
|
18 |
- |
|
19 |
- |
|
20 |
- |
|
21 | 17 |
|
22 | 18 |
//require_role(array(ROLE_CUSTOMER, ROLE_SYSTEMUSER)); |
23 | 19 |
|