summaryrefslogtreecommitdiff
path: root/signin
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-20 08:56:59 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-20 08:56:59 -0700
commitcf5dd6581e75a5947606e8f3ab2233e8b6978394 (patch)
treeeb4f1fcfac1344ead1f3eb4531944c6e64e24792 /signin
parent215aac15f443b6a924670a6a8a81da37b982d7f9 (diff)
Seperate some stuff
Diffstat (limited to 'signin')
-rwxr-xr-x[-rw-r--r--]signin/content.html0
-rwxr-xr-x[-rw-r--r--]signin/index.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/signin/content.html b/signin/content.html
index 90fcafa..90fcafa 100644..100755
--- a/signin/content.html
+++ b/signin/content.html
diff --git a/signin/index.php b/signin/index.php
index 2f2377d..cdf976d 100644..100755
--- a/signin/index.php
+++ b/signin/index.php
@@ -24,6 +24,6 @@ require_once ROOT . '/php/render.php';
$path = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH);
$file = rtrim($path, '/') . '/content.html';
-render_page(ROOT . $file);
+render_content(ROOT . $file);
?>