first commit

This commit is contained in:
f4ilji
2024-09-19 16:06:49 +05:00
commit b686638a39
1664 changed files with 428174 additions and 0 deletions
@@ -0,0 +1,14 @@
<?php
$selfDir = dirname(__FILE__);
require_once $selfDir . '/../config.php';
$response = array(
'client_id' => $clientId,
'vuz_id' => $vuzId,
'api_domain_auth' => $apiDomainAuth,
'api_domain_vikon' => $apiDomen,
'api_domain_filemanager' => $filemanagerApiDomen,
'vuz_name' => $vuzName,
);
loadHeaders();
echo json_encode($response);