Compare commits

..

No commits in common. "1aec1368424a885db9af3368a820445df6281a11" and "bc07c9bfe7e3adb9535315e1279b6e92f7542537" have entirely different histories.

View file

@ -160,16 +160,17 @@ final class AboutPresenter extends OpenVKPresenter
"namespace" => "android_app",
"package_name" => "oss.OpenVK.Native",
"sha256_cert_fingerprints" => [
"79:67:14:23:DC:6E:FA:49:64:1F:F1:81:0E:B0:A3:AE:6E:88:AB:0D:CF:BC:02:96:F3:6D:76:6B:82:94:D6:9C",
],
],
],
"79:67:14:23:DC:6E:FA:49:64:1F:F1:81:0E:B0:A3:AE:6E:88:AB:0D:CF:BC:02:96:F3:6D:76:6B:82:94:D6:9C"
]
]
]
];
echo json_encode($data, JSON_UNESCAPED_SLASHES);
echo json_encode($data, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT);
exit;
}
public function renderDev(): void
{
$this->redirect("https://docs.ovk.to/");