From 1177a625e825766c7727b254bc72718fd88e8145 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sun, 20 Sep 2026 18:18:11 +0000 Subject: Update master to https://gnufault.org --- signin/index.php | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) mode change 120000 => 100755 signin/index.php (limited to 'signin/index.php') diff --git a/signin/index.php b/signin/index.php deleted file mode 120000 index 1876f97..0000000 --- a/signin/index.php +++ /dev/null @@ -1 +0,0 @@ -../php/index.php \ No newline at end of file diff --git a/signin/index.php b/signin/index.php new file mode 100755 index 0000000..cdf976d --- /dev/null +++ b/signin/index.php @@ -0,0 +1,29 @@ +. + */ + +define('ROOT', rtrim($_SERVER['DOCUMENT_ROOT'], '/') . '/'); + +require_once ROOT . '/php/render.php'; + +$path = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH); +$file = rtrim($path, '/') . '/content.html'; + +render_content(ROOT . $file); + +?> -- cgit v1.2.3