Configs fuer Bewerbertool

* Configeintrag BEWERBERTOOL_BEWERBUNG_EMPFAENGER (Wer soll beim
nachtraeglichen Upload von Dokumenten im Bewerbertool benachrichtigt
werden)
* Configeintrag BEWERBERTOOL_UPLOAD_EMPFAENGER (Array von Empfaengern
fuer das Abschicken von Bewerbungen aus dem Bewerbungstool)
This commit is contained in:
kindlm
2015-11-02 20:22:10 +01:00
parent c1e6c6e5fc
commit 7b18abb880
+79 -1
View File
@@ -181,10 +181,88 @@ define('BEWERBERTOOL_DOKUMENTE_ANZEIGEN', true);
define('BEWERBERTOOL_ZGV_ANZEIGEN', true);
define('BEWERBERTOOL_BERUFSTAETIGKEIT_ANZEIGEN', true);
// Wenn hier eine Mailadresse angegeben ist, werden die Bewerbungen aus der Onlinebwerbung an diese Adresse gesendet.
// Wenn leer dann wird an die Studiengangsadresse gesendet
// Wenn leer dann wird an BEWERBERTOOL_BEWERBUNG_EMPFAENGER geschickt, sonst an die Studiengangsadresse.
define('BEWERBERTOOL_MAILEMPFANG', '');
// Wenn true dann koennen Dokumente nachgereicht werden, wenn false dann nicht
define('BEWERBERTOOL_DOKUMENTE_NACHREICHEN', true);
//Wer soll beim nachtraeglichen Upload von Dokumenten im Bewerbertool benachrichtigt werden
define('BEWERBERTOOL_UPLOAD_EMPFAENGER', serialize(
array(
"227" => "[email protected]",
"254" => "[email protected]",
"768" => "[email protected]",
"255" => "[email protected]",
"257" => "[email protected]",
"258" => "[email protected]",
"335" => "[email protected]",
"779" => "[email protected]",
"330" => "[email protected]",
"327" => "[email protected]",
"476" => "[email protected]",
"333" => "[email protected]",
"256" => "[email protected]",
"228" => "[email protected]",
"297" => "[email protected]",
"578" => "[email protected]",
"585" => "[email protected]",
"329" => "[email protected]",
"300" => "[email protected]",
"303" => "[email protected]",
"334" => "[email protected]",
"336" => "[email protected]",
"331" => "[email protected]",
"299" => "[email protected]",
"328" => "[email protected]",
"332" => "[email protected]",
"334" => "[email protected]",
"692" => "[email protected]",
"302" => "[email protected]",
"-16" => "[email protected]",
"-17" => "[email protected]",
"-5" => "[email protected]",
"-7" => "[email protected]",
"-11" => "[email protected]",
"-12" => "[email protected]",
)));
//Array von Empfaengern fuer das Abschicken von Bewerbungen aus dem Bewerbungstool
define('BEWERBERTOOL_BEWERBUNG_EMPFAENGER', serialize(
array(
"227" => "[email protected]",
"254" => "[email protected]",
"768" => "[email protected]",
"255" => "[email protected]",
"257" => "[email protected]",
"258" => "[email protected]",
"335" => "[email protected]",
"779" => "[email protected]",
"330" => "[email protected]",
"327" => "[email protected]",
"476" => "[email protected]",
"333" => "[email protected]",
"256" => "[email protected]",
"228" => "[email protected]",
"297" => "[email protected]",
"578" => "[email protected]",
"585" => "[email protected]",
"329" => "[email protected]",
"300" => "[email protected]",
"303" => "[email protected]",
"334" => "[email protected]",
"336" => "[email protected]",
"331" => "[email protected]",
"299" => "[email protected]",
"328" => "[email protected]",
"332" => "[email protected]",
"334" => "[email protected]",
"692" => "[email protected]",
"302" => "[email protected]",
"-16" => "[email protected]",
"-17" => "[email protected]",
"-5" => "[email protected]",
"-7" => "[email protected]",
"-11" => "[email protected]",
"-12" => "[email protected]",
)));
// Array mit Usern die nicht Kollidieren
define('KOLLISIONSFREIE_USER',serialize(array('_DummyLektor')));