1
0
Fork 1

Post-merge fixes

pull/26/head
gravel 1 year ago
parent 8ae94afa80
commit 9314c91f70
Signed by: gravel
SSH Key Fingerprint: SHA256:p4HP49CCk4YQMkJpWJ09L8peEPQWjERtdCRAFxPfbOY

@ -100,7 +100,7 @@
log_debug($http_response_header[0]); // Supposed to be "HTTP/1.1 200 OK"
foreach ($json_sdir as $room) $pages_sdir[] = $room->url;
log_info("Request FreeArkham.cc listing...");
log_info("Requesting FreeArkham.cc list...");
$pages_fark[] = file_get_contents($SOURCES['FARK']);
log_debug($http_response_header[0]); // Supposed to be "HTTP/1.1 200 OK"

@ -59,7 +59,7 @@
$desc = $room->description ? htmlspecialchars($room->description) : "";
$users = htmlspecialchars($room->active_users);
$preview_link = htmlspecialchars($room->get_preview_url());
$join_link = htmlspecialchars($room->get_invite_url());
$join_link = htmlspecialchars($room->get_join_url());
// TODO: Do not forget to rename this escape when merging!
$token = htmlspecialchars($token);
$hostname = htmlspecialchars($hostname);

@ -29,7 +29,7 @@
<meta property="og:title" content="Click here for Session Communities">
<meta
property="og:description"
content="<?=count($rooms_assoc)?> Communities and counting — updated every day!"
content="<?=count($rooms)?> Communities and counting — updated every day!"
>
<meta property="og:url" content="https://sessioncommunities.online/">
<meta property="og:type" content="website">