Files
legacy_rock/vk/index.php

7 lines
125 B
PHP

<?php
include ("lib/openapi.php");
$vk = new Auth_Vkontakte();
$vk_auth = $vk->is_auth();
include ("templates/index.html");