|
1 | 1 | <?php |
2 | | - // WebYep |
3 | | - // (C) Objective Development Software GmbH |
4 | | - // http://www.obdev.at |
| 2 | + // WebYep |
| 3 | + // (C) Objective Development Software GmbH |
| 4 | + // http://www.obdev.at |
5 | 5 |
|
6 | | - // Wichtig: In dieser Datei dŸrfen am Beginn und Ende keine Leerzeilen eingefŸgt werden!!! |
7 | | - // Achten Sie auch darauf, dass diese Datei keinen Unicode Byte Order Marker (BOM) enthŠlt!!! |
8 | | - // Important: Do not insert ANYTHING before or after the PHP block in this file!!! |
9 | | - // Also make sure this file does not contain a Unicode Byte Order Marker (BOM)!!! |
| 6 | + // Wichtig: In dieser Datei dürfen am Beginn und Ende keine Leerzeilen eingefügt werden!!! |
| 7 | + // Achten Sie auch darauf, dass diese Datei keinen Unicode Byte Order Marker (BOM) enthält!!! |
| 8 | + // Important: Do not insert ANYTHING before or after the PHP block in this file!!! |
| 9 | + // Also make sure this file does not contain a Unicode Byte Order Marker (BOM)!!! |
10 | 10 |
|
11 | | - // NŠhere Informationen zu den hier mšglichen Einstellungen finden Sie in der WebYep Dokumentation |
12 | | - // Further information on the configuration settings in this file can be found in the WebYep documentation |
| 11 | + // Nähere Informationen zu den hier möglichen Einstellungen finden Sie in der WebYep Dokumentation |
| 12 | + // Further information on the configuration settings in this file can be found in the WebYep documentation |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 | | - // Name und Kennwort fŸr die Anmeldung |
17 | | - // -- |
18 | | - // Username and password logging in |
19 | | - |
| 16 | + // Name und Kennwort für die Anmeldung |
| 17 | + // -- |
| 18 | + // Username and password logging in |
20 | 19 |
|
21 | | -$webyep_sAdminName = "admin"; |
| 20 | +$webyep_sAdminName = ""; |
22 | 21 | $webyep_sAdminPassword = ""; |
23 | 22 |
|
24 | 23 |
|
25 | | - // Multi Login - zusŠtzliche Logins fŸr einzelne Seiten o. Seitengruppen |
26 | | - // (entfernen Sie die Doppel-SchrŠgstriche, um es zu verwenden) |
27 | | - // $webyep_aMultiLoginName[] = "einName"; |
28 | | - // $webyep_aMultiLoginPassword[] = "einKennwort"; |
29 | | - // $webyep_aMultiLoginURLPatterns[] = "/eineSeite.php /einOrdner/*"; |
| 24 | + // Multi Login - zusätzliche Logins für einzelne Seiten o. Seitengruppen |
| 25 | + // (entfernen Sie die Doppel-Schrägstriche, um es zu verwenden) |
| 26 | + // $webyep_aMultiLoginName[] = "einName"; |
| 27 | + // $webyep_aMultiLoginPassword[] = "einKennwort"; |
| 28 | + // $webyep_aMultiLoginURLPatterns[] = "/eineSeite.php /einOrdner/*"; |
30 | 29 |
|
31 | | - // Multiple Logins - additional logins for specific pages or groups of pages |
32 | | - // (remove the double slashes to use it) |
33 | | -// $webyep_aMultiLoginName[] = "admin"; |
34 | | -// $webyep_aMultiLoginPassword[] = ""; |
35 | | -// $webyep_aMultiLoginURLPatterns[] = "/pageA.php /pageB.php"; |
| 30 | + // Multiple Logins - additional logins for specific pages or groups of pages |
| 31 | + // (remove the double slashes to use it) |
| 32 | + // $webyep_aMultiLoginName[] = "admin"; |
| 33 | + // $webyep_aMultiLoginPassword[] = ""; |
| 34 | + // $webyep_aMultiLoginURLPatterns[] = "/pageA.php /pageB.php"; |
36 | 35 |
|
37 | | -// $webyep_aMultiLoginName[] = "admin"; |
38 | | -// $webyep_aMultiLoginPassword[] = ""; |
39 | | -// $webyep_aMultiLoginURLPatterns[] = "/workshops/* /news.php"; |
| 36 | + // $webyep_aMultiLoginName[] = "admin"; |
| 37 | + // $webyep_aMultiLoginPassword[] = ""; |
| 38 | + // $webyep_aMultiLoginURLPatterns[] = "/workshops/* /news.php"; |
40 | 39 |
|
41 | | -// $webyep_aMultiLoginName[] = "admin"; |
42 | | -// $webyep_aMultiLoginPassword[] = ""; |
43 | | -// $webyep_aMultiLoginURLPatterns[] = "/workshops/* /workshops/*/*"; |
| 40 | + // $webyep_aMultiLoginName[] = "admin"; |
| 41 | + // $webyep_aMultiLoginPassword[] = ""; |
| 42 | + // $webyep_aMultiLoginURLPatterns[] = "/workshops/* /workshops/*/*"; |
44 | 43 |
|
45 | | -// $webyep_aMultiLoginName[] = "admin"; |
46 | | -// $webyep_aMultiLoginPassword[] = ""; |
47 | | -// $webyep_aMultiLoginURLPatterns[] = "*public.php"; |
| 44 | + // $webyep_aMultiLoginName[] = "admin"; |
| 45 | + // $webyep_aMultiLoginPassword[] = ""; |
| 46 | + // $webyep_aMultiLoginURLPatterns[] = "*public.php"; |
48 | 47 |
|
49 | 48 |
|
50 | 49 | ini_set('display_errors', 'off'); |
51 | 50 | error_reporting(E_ALL); |
52 | 51 |
|
53 | 52 |
|
54 | | - //system url use to show uploaded files from rich text editors and inside editors |
| 53 | + //system url use to show uploaded files from rich text editors and inside edotors |
55 | 54 |
|
56 | 55 | define('BASE_URL', ''); |
57 | 56 |
|
|
61 | 60 | define('BASE_PATH', realpath(dirname(__FILE__) . '/../webyep-system')); |
62 | 61 |
|
63 | 62 |
|
64 | | - // Wenn eine Seite editierbare Felder enthŠlt, der/die BenutzerIn aber keine Editier-Rechte hat, |
65 | | - // kšnnen die Editier-Knšpfe inaktiv oder gar nicht angezeigt werden |
| 63 | + // Wenn eine Seite editierbare Felder enthält, der/die BenutzerIn aber keine Editier-Rechte hat, |
| 64 | + // können die Editier-Knöpfe inaktiv oder gar nicht angezeigt werden |
66 | 65 | // -- |
67 | 66 | // If a page contains editable fields but the user has insiffucient privileges |
68 | 67 | // WebYep can display the edit buttons disable ot not at all |
69 | 68 |
|
70 | 69 | $webyep_bShowDisabledEditButtons = false; |
71 | 70 |
|
72 | 71 |
|
73 | | - // Ob andere BenutzerInnen als der/die Haupt-BenutzerIn ($webyep_sAdminName) "globale" Inhalte editieren dŸrfen sollen |
| 72 | + // Ob andere BenutzerInnen als der/die Haupt-BenutzerIn ($webyep_sAdminName) "globale" Inhalte editieren dürfen sollen |
74 | 73 | // -- |
75 | 74 | // Whether editors other than the main editor should be able to edit "global" fields |
76 | 75 |
|
|
104 | 103 | $webyep_sHTMLStandard = "auto"; |
105 | 104 |
|
106 | 105 |
|
107 | | - // Die Einstellung $webyep_bUseTablesForMenus wird nicht mehr unterstŸtzt! |
| 106 | + // Die Einstellung $webyep_bUseTablesForMenus wird nicht mehr unterstützt! |
108 | 107 | // $webyep_bUseTablesForMenus is deprecated and always false now! |
109 | 108 |
|
110 | 109 | $webyep_sMenuType = "listJS"; |
111 | | - // mšgliche Werte: |
| 110 | + // mögliche Werte: |
112 | 111 | // "list".....ohne JavaScript-Funktion |
113 | | - // "listJS"...mit JavaScript-Funktion zum Ein-/Ausblenden von MenŸzweigen |
| 112 | + // "listJS"...mit JavaScript-Funktion zum Ein-/Ausblenden von Menüzweigen |
114 | 113 | // -- |
115 | 114 | // possible values are: |
116 | 115 | // "list".....no JavaScript functionality |
117 | 116 | // "listJS"...use JavaScript to show/hide menu trees |
118 | 117 |
|
119 | 118 |
|
120 | 119 |
|
121 | | - // nur fŸr $webyep_sMenuType="listJS": |
| 120 | + // nur für $webyep_sMenuType="listJS": |
122 | 121 | // only for $webyep_sMenuType="listJS": |
123 | 122 |
|
124 | 123 | $webyep_bAutoCloseMenus = true; |
125 | | - // mšgliche Werte: |
126 | | - // true.....beim šffnen eines MenŸzweiges werden automatisch alle anderen Zweige geschlossen |
127 | | - // false....die MenŸzweige werden manuell von den BenutzerInnen geschlossen |
| 124 | + // mögliche Werte: |
| 125 | + // true.....beim öffnen eines Menüzweiges werden automatisch alle anderen Zweige geschlossen |
| 126 | + // false....die Menüzweige werden manuell von den BenutzerInnen geschlossen |
128 | 127 | // -- |
129 | 128 | // possible values are: |
130 | 129 | // true.....when expanding a menu tree, all other tree collapse automatically |
131 | 130 | // false....menu trees are not automatically collapsed |
132 | 131 |
|
133 | 132 | $webyep_bRememberOpenMenus = true; |
134 | | - // mšgliche Werte: |
135 | | - // true.....gešffnete MenŸzweige werden in einem Cookie gespeichert |
136 | | - // false....gešffnete MenŸzweige werden nicht gespeichert - sobald eine neue Seite gešffnet wird, werden alle Zweige automatisch geschlossen, au§er der, zu dem die aktuelle Seite gehšrt |
| 133 | + // mögliche Werte: |
| 134 | + // true.....geöffnete Menüzweige werden in einem Cookie gespeichert |
| 135 | + // false....geöffnete Menüzweige werden nicht gespeichert - sobald eine neue Seite geöffnet wird, werden alle Zweige automatisch geschlossen, außer der, zu dem die aktuelle Seite gehört |
137 | 136 | // -- |
138 | 137 | // possible values are: |
139 | 138 | // true.....expanded menu trees will be saved in a cookie |
|
152 | 151 | $webyep_bOpenFullURLsInNewWindow = false; |
153 | 152 | // Set to true of you want the Long Text and Image Elements to open full URLs (including the http:// part) in a new browser window |
154 | 153 | // -- |
155 | | - // Setzen Sie diesen Wert auf true, wenn das Flie§text-Element und das Bild-Element absolute URLs (die den "http://"-Teil enthalten) in einem neuen Browser-Fenster šffnen sollen |
| 154 | + // Setzen Sie diesen Wert auf true, wenn das Fließtext-Element und das Bild-Element absolute URLs (die den "http://"-Teil enthalten) in einem neuen Browser-Fenster öffnen sollen |
156 | 155 |
|
157 | 156 |
|
158 | 157 |
|
159 | | - // // Wenn Sie das wei§e Etikett webyep wŸnschen, kšnnen Sie die... |
| 158 | + // // Wenn Sie das weiße Etikett webyep wünschen, können Sie die... |
160 | 159 | // 1 - Produktname, |
161 | 160 | // 2 - der Firmenname, |
162 | 161 | // 3 - und Firmen-URL-Link |
163 | | - // Dies wird in jedem: Editor-Fenster, die Hilfe und die AnkŸndigung Fenster erscheinen) |
| 162 | + // Dies wird in jedem: Editor-Fenster, die Hilfe und die Ankündigung Fenster erscheinen) |
164 | 163 | // -- |
165 | 164 | // If you wish to white label webyep, you can change the... |
166 | 165 | // 1 - product name, |
167 | 166 | // 2 - the company name, |
168 | 167 | // 3 - and company URL link |
169 | 168 | // Note this will appear in every: editor window, the help and the notice windows) |
170 | | -$webyep_sProductName = 'MyProduct'; |
171 | | -$webyep_sCompanyName = 'WebYep by Objective Development'; |
172 | | -$webyep_sCompanyLink = 'http://www.obdev.at/index.html'; |
| 169 | +$webyep_sProductName = 'WebYep CMS'; |
| 170 | +$webyep_sCompanyName = ''; |
| 171 | +$webyep_sCompanyLink = 'https://webyepstuff.com'; |
173 | 172 |
|
174 | 173 |
|
175 | 174 | // If you want to use the German version of WebYep, please change this value from "auto" to "deutsch". |
|
252 | 251 | $webyep_CustomTimeFromat = "g:m a"; |
253 | 252 |
|
254 | 253 |
|
255 | | - // Wichtig: In dieser Datei dŸrfen am Beginn und Ende keine Leerzeilen eingefŸgt werden!!! |
256 | | - // Achten Sie auch darauf, dass diese Datei keinen Unicode Byte Order Marker (BOM) enthŠlt!!! |
| 254 | + // Wichtig: In dieser Datei dürfen am Beginn und Ende keine Leerzeilen eingefügt werden!!! |
| 255 | + // Achten Sie auch darauf, dass diese Datei keinen Unicode Byte Order Marker (BOM) enthält!!! |
257 | 256 | // -- |
258 | 257 | // Important: Do not insert ANYTHING before or after the PHP block in this file!!! |
259 | 258 | // Also make sure this file does not contain a Unicode Byte Order Marker (BOM)!!! |
|
0 commit comments