PHP Classes

File: dbb/Dbb_landing.php

Recommend this page to a friend!
  Classes of Ettore Moretti   PHP DropBox Backup Uploader   dbb/Dbb_landing.php   Download  
File: dbb/Dbb_landing.php
Role: Auxiliary script
Content type: text/plain
Description: Application script
Class: PHP DropBox Backup Uploader
Backup local files as a ZIP archive to Dropbox
Author: By
Last change: Create Dbb_landing.php
Date: 2 years ago
Size: 94 bytes
 

Contents

Class file image Download
<?php
session_start
();
require_once
'Dbb.php';
$Dbb = new Dbb();
$Dbb->dropbox_landed($_GET);