From 351de441407f900bafd79fd4cc5de5a342aafc03 Mon Sep 17 00:00:00 2001 From: Thayol Date: Fri, 2 Jul 2021 15:33:06 +0200 Subject: [PATCH] Moved new_profile.json --- index.php | 2 +- new_profile.json => templates/new_profile.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename new_profile.json => templates/new_profile.json (100%) diff --git a/index.php b/index.php index 8e540e6..3d34305 100644 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@ $session_username_key = "todo-username"; $session_password_key = "todo-password"; $session_register_notice_key = "todo-register-notice"; $get_register_key = "reg"; -$profile_template_path = "new_profile.json"; +$profile_template_path = "templates/new_profile.json"; $profile_extension = ".json"; $profiles_path = "profiles/"; $backup_path = "backups/"; diff --git a/new_profile.json b/templates/new_profile.json similarity index 100% rename from new_profile.json rename to templates/new_profile.json