diff --git a/index.php b/index.php index 1e51db4..106aad1 100644 --- a/index.php +++ b/index.php @@ -40,6 +40,8 @@ $routes = [ '/post/([a-zA-Z0-9]{7})' => 'post.php', // matches only twtHash of exactly 7 alphanumeric characters '/upload' => 'upload_img.php', '/webmention' => 'webmention_endpoint.php', + + '/admin/config-checker' => 'admin/config_checker.php', //'/thumb' => 'thumb.php', //'/profile/([a-zA-Z0-9_-]+)' => 'profile.php', diff --git a/views/admin/config_checker.php b/views/admin/config_checker.php new file mode 100644 index 0000000..533fd5b --- /dev/null +++ b/views/admin/config_checker.php @@ -0,0 +1,42 @@ +