Skip to content
Snippets Groups Projects
Commit 671bffce authored by Tim Repke's avatar Tim Repke
Browse files

move invalidchars to config

parent 6e528769
No related branches found
No related tags found
No related merge requests found
...@@ -14,10 +14,10 @@ date_default_timezone_set("Europe/Berlin"); ...@@ -14,10 +14,10 @@ date_default_timezone_set("Europe/Berlin");
require("config.local.php"); require("config.local.php");
// ========= DONT TOUCH ANYTHING DOWN HERE!!! ========================================================================== // ========= DONT TOUCH ANYTHING DOWN HERE!!! ==========================================================================
$config_invalidCharsRegEx = "/^[^0-9<>!?.::,#*@^_$\\\"'%;()&+]{2,50}$/"; // d©_©b
$config_studitypen_o = array( $config_studitypen_o = array(
"ERSTI" => "Ersti", // 0 "ERSTI" => "Ersti", // 0
//"Wechsli", // 1 - woanders/was anderes studiert, jetzt hier //"Wechsli", // 1 - woanders/was anderes studiert, jetzt hier
...@@ -40,10 +40,10 @@ $config_essen_o = array( ...@@ -40,10 +40,10 @@ $config_essen_o = array(
$config_essen = array_values($config_essen_o); $config_essen = array_values($config_essen_o);
$config_reisearten_o = array( $config_reisearten_o = array(
"BUSBAHN"=>"gemeinsam mit Bus/Bahn", "BUSBAHN" => "gemeinsam mit Bus/Bahn",
"RAD"=>"gemeinsam mit Rad", "RAD" => "gemeinsam mit Rad",
"AUTO"=>"selbst mit Auto", "AUTO" => "selbst mit Auto",
"INDIVIDUELL"=>"Kamel/Individuell" "INDIVIDUELL" => "Kamel/Individuell"
//,"mit Kamel" //,"mit Kamel"
); );
$config_reisearten = array_values($config_reisearten_o); $config_reisearten = array_values($config_reisearten_o);
...@@ -54,8 +54,8 @@ $config_reisearten_destroyed = array( ...@@ -54,8 +54,8 @@ $config_reisearten_destroyed = array(
"mit Schlauchboot" "mit Schlauchboot"
); );
$config_userfile = $config_basepath."/passwd/users.txt"; // relative to configfile $config_userfile = $config_basepath . "/passwd/users.txt"; // relative to configfile
$config_current_fahrt_file = $config_basepath."/config_current_fahrt_id"; $config_current_fahrt_file = $config_basepath . "/config_current_fahrt_id";
$config_mailtag = "[FS-Fahrt] - "; $config_mailtag = "[FS-Fahrt] - ";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment