Till Brehm
2016-07-24 b9a3ef486ebcde18a5ade37865ff8f397185d24f
commit | author | age
5f0a37 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
D 2 <html><head><title>ISCPConfig 3 API Functions</title>
3
4   
5
6   
7   
8   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
9   <link rel="stylesheet" type="text/css" href="definitionen.css">
10   <style type="text/css">
11   </style></head>
12
13 <body>
14 <div style="padding:40px">
15 <h1>sites_web_domain_backup_list(<span class="var">$session_id</span>, <span class="var">$site_id</span>);</h1>
16 <br>
17 <p class="headgrp">Description: </p>
18 <p class="margin"> Gets list of all available backups. If no $site_id given, all backups available on this server are read.</p>
19 <br>
20 <p class="headgrp">Input Variables: </p> 
21 <p class="margin"> <span class="var">$session_id</span>, <span class="var">$site_id</span></p>
22 <p class="headgrp">Output: </p> 
23 <p class="margin"> Returns array of all available backups.</p>
24 </div>
25
26 </body></html>