diff options
Diffstat (limited to 'signin/index.php')
| -rwxr-xr-x[-rw-r--r--] | signin/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); ?> |
