Browse code

Change copyright comments

Benjamin Roth authored on07/05/2025 10:31:59
Showing1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 <?php
2 2
 
3 3
 /**
4
- * SecureDownloads for Contao
4
+ * Memberfiles for Contao
5 5
  *
6 6
  * Copyright (c) 2017 Benjamin Roth
7 7
  *
Browse code

Add dcas

Benjamin Roth authored on17/07/2023 12:21:01
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+<?php
2
+
3
+/**
4
+ * SecureDownloads for Contao
5
+ *
6
+ * Copyright (c) 2017 Benjamin Roth
7
+ *
8
+ * @license commercial
9
+ */
10
+
11
+/**
12
+ * Files
13
+ */
14
+$GLOBALS['TL_LANG']['tl_user_group']['sec_dl_access'][0] = 'Zugriff auf Mitglieder-Dateien';
15
+$GLOBALS['TL_LANG']['tl_user_group']['sec_dl_access'][1] = 'Gibt dem User Zugriff auf zugewiesene sichere Dateien von Mitgliedern.';
16
+
17
+/**
18
+ * Legends
19
+ */
20
+$GLOBALS['TL_LANG']['tl_user_group']['sec_dl_legend'] = 'Sichere Mitglieder-Downloads';