Moved new_profile.json

This commit is contained in:
2021-07-02 15:33:06 +02:00
parent d49db34a1c
commit 351de44140
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ $session_username_key = "todo-username";
$session_password_key = "todo-password"; $session_password_key = "todo-password";
$session_register_notice_key = "todo-register-notice"; $session_register_notice_key = "todo-register-notice";
$get_register_key = "reg"; $get_register_key = "reg";
$profile_template_path = "new_profile.json"; $profile_template_path = "templates/new_profile.json";
$profile_extension = ".json"; $profile_extension = ".json";
$profiles_path = "profiles/"; $profiles_path = "profiles/";
$backup_path = "backups/"; $backup_path = "backups/";