authpartner

Clone or download

changes in view page

Modified Files

Binary files /dev/null and b/Downloads/02,2002scscc.pdf differ
Binary files /dev/null and b/Downloads/37468de99e644694987e627a474ceeb0_8_1920.jpeg differ
Binary files /dev/null and b/Downloads/Apply-for-PAN-card(2).jpg differ
--- /dev/null
+++ b/Downloads/Documents
@@ -0,0 +1 @@
+{"error":"uri_missing","error_description":"URI parameter missing"}
\ No newline at end of file
Binary files /dev/null and b/Downloads/IMG_6371.JPG differ
Binary files /dev/null and b/Downloads/chk(4).pdf differ
A Downloads/chk.pdf
+- −-
Binary files /dev/null and b/Downloads/chk.pdf differ
Binary files /dev/null and b/Downloads/cloud-banner.pdf differ
Binary files /dev/null and b/Downloads/curkthr.pdf differ
--- /dev/null
+++ b/Downloads/testfolder
@@ -0,0 +1 @@
+{"error":"uri_missing","error_description":"URI parameter missing"}
\ No newline at end of file
--- /dev/null
+++ b/Downloads/vipul mediclaim.pdf
@@ -0,0 +1 @@
+https://developers.digitallocker.gov.in/public/oauth2/1/file/in.gov.digilocker-OTHER-b70df8d6287f5551b4413d8b43780408
\ No newline at end of file
Binary files /dev/null and b/Downloads/wild.jpeg differ
M doc.php
+6 −6
--- 'a/doc.php'
+++ b/doc.php
@@ -87,7 +87,7 @@ $dataI = json_decode($issuedNew[1], TRUE
<th>Name</th>
<th>Size</th>
<th>Date</th>
- <th>Action</th>
+ <th>URI</th>
</tr>
<div><b onclick="uriData(null, null)" >HOME</b><b id="parent"></b></div>
@@ -95,7 +95,7 @@ $dataI = json_decode($issuedNew[1], TRUE
<tbody id="folderPath">
<?php
- foreach ((array)($dataF['items']) as $api_detail) {
+ foreach ((array) ($dataF['items']) as $api_detail) {
if (isset($api_detail['id'])) {
$api_detail['id'] = $api_detail['id'];
$api_detail['parent'] = $api_detail['parent'];
@@ -149,11 +149,11 @@ $dataI = json_decode($issuedNew[1], TRUE
<table class="table">
<tr>
<th>Name</th>
- <th>Size</th>
- <th>Date</th>
+ <th>URI</th>
+ <th>Created On</th>
</tr>
<?php
- foreach ((array)($dataI['items']) as $issued_detail):
+ foreach ((array) ($dataI['items']) as $issued_detail):
?>
<tr><td>
<?php
@@ -161,7 +161,7 @@ $dataI = json_decode($issuedNew[1], TRUE
echo($issued_detail['name']);
?>
</td>
- <td><?php echo($issued_detail['size']); ?></td>
+ <td><?php echo($issued_detail['uri']); ?></td>
<td><?php echo($issued_detail['date']); ?></td>
<td><?php if ($api_detail['type'] == "file") { ?>
<td>
M download.php
+1 −1
--- 'a/download.php'
+++ b/download.php
@@ -15,6 +15,6 @@ $urFile = curl_exec($uri);
curl_close($uri);
$file = file_put_contents("Downloads/" . $_GET['fileName'], $urFile);
//return file_get_contents("http://".$_SERVER['HTTP_HOST']."/digibank/Downloads/".$_GET['fileName']);
-echo "Your File hase been downloaded please <a href='/digibank/Downloads/" . $_GET['fileName'] . "' download>Click Here</a> to view your document";
+echo "Your File has been downloaded please <a href='/digibank/Downloads/" . $_GET['fileName'] . "' download>Click Here</a> to view your document";
?>
\ No newline at end of file
M payment.php
+2 −1
--- 'a/payment.php'
+++ b/payment.php
@@ -49,7 +49,8 @@
</div>
<div class='form-row'>
<div class='col-md-12 form-group'>
- <a href="loanapproval.php"><input type="button" class="btn btn-primary" value="Pay" /></a>
+ <a class="btn btn-default" style="float: right;" href="loanapproval.php">Pay</a>
+<!-- <a href="loanapproval.php"><input type="button" class="btn btn-primary" value="Pay" /></a>-->
</div>
</div>
<div class='form-row'>