fix revision to use master instead of main

This commit is contained in:
hshub 2024-04-16 22:44:20 +00:00
parent fce566a8b9
commit a11deb0c37

View File

@ -1,7 +1,7 @@
<?php <?php
header("Access-Control-Allow-Origin: *"); header("Access-Control-Allow-Origin: *");
$revision = trim(file_get_contents(".git/refs/heads/main")); $revision = trim(file_get_contents(".git/refs/heads/master"));
?> ?>
<title>HNSChat</title> <title>HNSChat</title>
<meta charset="utf-8"> <meta charset="utf-8">