From 2fb7abd4be0794ddb6426dab3238d2b32ccb34c4 Mon Sep 17 00:00:00 2001 From: sorenpeter Date: Fri, 22 Sep 2023 11:49:14 +0200 Subject: [PATCH] 2nd2nd --- {wip_todo => _wip_todo}/router.php | 0 {wip_todo => _wip_todo}/views/gallery.php | 0 {wip_todo => _wip_todo}/views/home.php | 0 {wip_todo => _wip_todo}/views/profile.php | 0 wip_todo/views/following.php => following.php | 0 index.php | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename {wip_todo => _wip_todo}/router.php (100%) rename {wip_todo => _wip_todo}/views/gallery.php (100%) rename {wip_todo => _wip_todo}/views/home.php (100%) rename {wip_todo => _wip_todo}/views/profile.php (100%) rename wip_todo/views/following.php => following.php (100%) diff --git a/wip_todo/router.php b/_wip_todo/router.php similarity index 100% rename from wip_todo/router.php rename to _wip_todo/router.php diff --git a/wip_todo/views/gallery.php b/_wip_todo/views/gallery.php similarity index 100% rename from wip_todo/views/gallery.php rename to _wip_todo/views/gallery.php diff --git a/wip_todo/views/home.php b/_wip_todo/views/home.php similarity index 100% rename from wip_todo/views/home.php rename to _wip_todo/views/home.php diff --git a/wip_todo/views/profile.php b/_wip_todo/views/profile.php similarity index 100% rename from wip_todo/views/profile.php rename to _wip_todo/views/profile.php diff --git a/wip_todo/views/following.php b/following.php similarity index 100% rename from wip_todo/views/following.php rename to following.php diff --git a/index.php b/index.php index f639d30..abf2095 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ require_once("partials/base.php"); - + Timeline