From fcff9dc07a06912821e6a481d233b92cc55bfdcd Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sun, 20 Sep 2026 17:19:10 -0700 Subject: Change signin/index.php to a symlink --- signin/index.php | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) mode change 100755 => 120000 signin/index.php (limited to 'signin/index.php') diff --git a/signin/index.php b/signin/index.php deleted file mode 100755 index cdf976d..0000000 --- a/signin/index.php +++ /dev/null @@ -1,29 +0,0 @@ -. - */ - -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); - -?> diff --git a/signin/index.php b/signin/index.php new file mode 120000 index 0000000..1876f97 --- /dev/null +++ b/signin/index.php @@ -0,0 +1 @@ +../php/index.php \ No newline at end of file -- cgit v1.2.3