fix(cgi-bin): add temporary constant reserved in get_memory response

main
Tsu-ba-me 4 years ago
parent 10269bf74b
commit 7058a967ed
  1. 2
      cgi-bin/get_memory

@ -40,7 +40,7 @@ $anvil->Database->get_anvils();
print $anvil->Template->get({file => "shared.html", name => "json_headers", show_name => 0})."\n";
my $target = $anvil->Get->short_host_name();
my $hash = {};
my $hash = { reserved => 68719476736 };
my $anvil_uuid = "";
if ($anvil->data->{cgi}{anvil_uuid}{value})
{

Loading…
Cancel
Save