diff --git a/registration-system/admin/index.php b/registration-system/admin/index.php index 43dc7751de42c2463dbfab0ee7b4bf56d12aafac..be699b30e2a00022df84bbd21ef9cac468a0942b 100644 --- a/registration-system/admin/index.php +++ b/registration-system/admin/index.php @@ -36,7 +36,8 @@ if (isLoggedIn()) "Meldeliste" => "list", "Kosten" => "cost", "Rundmail" => "mail", - "Notizen" => "notes" + "Notizen" => "notes", + "Deadlink" => "dead" ); $admin_db = new medoo(array( diff --git a/registration-system/admin/pages_cost.php b/registration-system/admin/pages_cost.php new file mode 100644 index 0000000000000000000000000000000000000000..b8f60c4a106f7bd94e87f65f31e9eb107e1fd07b --- /dev/null +++ b/registration-system/admin/pages_cost.php @@ -0,0 +1,10 @@ +<?php +/** + * Created by PhpStorm. + * User: tim + * Date: 8/21/14 + * Time: 10:50 PM + */ + +global $config_studitypen, $config_reisearten, $config_essen, $admin_db, $config_current_fahrt_id, $config_admin_verbose_level, $config_verbose_level, $text, $headers, $ajax; +