diff options
Diffstat (limited to 'application/Functions.php')
| -rw-r--r-- | application/Functions.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/application/Functions.php b/application/Functions.php index 6535404..9e2ccf5 100644 --- a/application/Functions.php +++ b/application/Functions.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ function randomString($name_laenge = 16) { $zeichen = "abcedfghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRTSUVWXYZ0123456789"; $name_neu = ""; |
