summaryrefslogtreecommitdiffstats
path: root/application/Functions.php
diff options
context:
space:
mode:
authorSimon2011-04-18 16:50:05 +0200
committerSimon2011-04-18 16:50:05 +0200
commite3d5c33f4807c139640f46143d5882fead645bdd (patch)
tree05dc4f0b5f1b48fe7e05765e878887ec93caf4f9 /application/Functions.php
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-e3d5c33f4807c139640f46143d5882fead645bdd.tar.gz
pbs2-e3d5c33f4807c139640f46143d5882fead645bdd.tar.xz
pbs2-e3d5c33f4807c139640f46143d5882fead645bdd.zip
Ticket #222 - Header in den Dateien hinzugefügt
Diffstat (limited to 'application/Functions.php')
-rw-r--r--application/Functions.php10
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 = "";