aboutsummaryrefslogtreecommitdiff
path: root/views/profile/meta.php
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2025-02-02 12:23:02 +0200
committerSyndamia <kamen@syndamia.com>2025-02-02 12:23:02 +0200
commit0d5738a2bc9dd4f5edf582f7cea3614bcbb44842 (patch)
tree1ddb7845d85ff5126e33c3e72cbcc18c2f31b511 /views/profile/meta.php
parent14c84a83bcad285219539821647ee2d988eabaa8 (diff)
downloadnowayforward_human-0d5738a2bc9dd4f5edf582f7cea3614bcbb44842.tar
nowayforward_human-0d5738a2bc9dd4f5edf582f7cea3614bcbb44842.tar.gz
nowayforward_human-0d5738a2bc9dd4f5edf582f7cea3614bcbb44842.zip
feat!(views): Rename profile to user
Diffstat (limited to 'views/profile/meta.php')
-rw-r--r--views/profile/meta.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/views/profile/meta.php b/views/profile/meta.php
deleted file mode 100644
index 52764ef..0000000
--- a/views/profile/meta.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-
-$username = explode('/', $uri, 4)[2];
-$title = "$username's profile";