mirror of
https://github.com/Nathanwoodburn/hnschat-web.git
synced 2025-01-18 19:58:12 +11:00
fix revision to use master instead of main
This commit is contained in:
parent
fce566a8b9
commit
a11deb0c37
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user