mirror of
https://github.com/Nathanwoodburn/hnschat-web.git
synced 2025-01-18 11:48:13 +11:00
fix revision to use master instead of main
This commit is contained in:
parent
fce566a8b9
commit
a11deb0c37
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
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>
|
||||
<meta charset="utf-8">
|
||||
|
Loading…
Reference in New Issue
Block a user