| 1 | 
  1 | 
  
    <?php
 
   | 
  | 2 | 
   | 
  
    /****************************************************************************
 
   | 
  | 3 | 
   | 
  
    * SVN Version information:
 
   | 
  | 4 | 
   | 
  
    *
 
   | 
  | 5 | 
   | 
  
    * $Id$
 
   | 
  | 6 | 
   | 
  
    *
 
   | 
  | 7 | 
   | 
  
    *****************************************************************************
 
   | 
  | 8 | 
   | 
  
    *
 
   | 
  | 9 | 
   | 
  
    *****************************************************************************
 
   | 
   | 
  2 | 
  
    /***************************************************************************
 
   | 
  | 10 | 
  3 | 
  
    *                          WebsiteBaker
 
   | 
  | 11 | 
  4 | 
  
    *
 
   | 
  | 12 | 
  5 | 
  
    * WebsiteBaker Project <http://www.websitebaker2.org/>
 
   | 
  | ... | ... |  | 
  | 21 | 
  14 | 
  
    * with ease.
 
   | 
  | 22 | 
  15 | 
  
    *
 
   | 
  | 23 | 
  16 | 
  
    *****************************************************************************
 
   | 
  | 24 | 
   | 
  
    *
 
   | 
   | 
  17 | 
  
    
 
   | 
  | 25 | 
  18 | 
  
    *****************************************************************************
 
   | 
  | 26 | 
   | 
  
    *                   WebsiteBaker Extra Information (where needed)
 
   | 
  | 27 | 
   | 
  
    *
 
   | 
  | 28 | 
   | 
  
    *
 
   | 
  | 29 | 
   | 
  
    *
 
   | 
  | 30 | 
   | 
  
    *****************************************************************************
 
   | 
  | 31 | 
   | 
  
    *
 
   | 
  | 32 | 
   | 
  
    *****************************************************************************
 
   | 
  | 33 | 
  19 | 
  
    *                        LICENSE INFORMATION
 
   | 
  | 34 | 
  20 | 
  
    *
 
   | 
  | 35 | 
  21 | 
  
    * WebsiteBaker is free software; you can redistribute it and/or
 
   | 
  | ... | ... |  | 
  | 45 | 
  31 | 
  
    * You should have received a copy of the GNU General Public License
 
   | 
  | 46 | 
  32 | 
  
    * along with this program; if not, write to the Free Software
 
   | 
  | 47 | 
  33 | 
  
    * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
   | 
   | 
  34 | 
  
    ****************************************************************************
 
   | 
   | 
  35 | 
  
    
 
   | 
   | 
  36 | 
  
    *****************************************************************************
 
   | 
   | 
  37 | 
  
    *                   WebsiteBaker Extra Information
 
   | 
   | 
  38 | 
  
    *
 
   | 
   | 
  39 | 
  
    *
 
   | 
   | 
  40 | 
  
    *
 
   | 
   | 
  41 | 
  
    *
 
   | 
  | 48 | 
  42 | 
  
    *****************************************************************************/
 
   | 
   | 
  43 | 
  
    /**
 
   | 
   | 
  44 | 
  
    *
 
   | 
   | 
  45 | 
  
    * @category     modules
 
   | 
   | 
  46 | 
  
    * @package      backup
 
   | 
   | 
  47 | 
  
    * @author       Ryan Djurovich
 
   | 
   | 
  48 | 
  
    * @copyright    2004-2009, Ryan Djurovich
 
   | 
   | 
  49 | 
  
    * @copyright    2009, Website Baker Org. e.V.
 
   | 
   | 
  50 | 
  
    * @version      $Id$
 
   | 
   | 
  51 | 
  
    * @platform     WebsiteBaker 2.8.x
 
   | 
   | 
  52 | 
  
    * @requirements >= PHP 4.3.4
 
   | 
   | 
  53 | 
  
    * @license      http://www.gnu.org/licenses/gpl.html
 
   | 
   | 
  54 | 
  
    *
 
   | 
   | 
  55 | 
  
    *
 
   | 
   | 
  56 | 
  
    */
 
   | 
  | 49 | 
  57 | 
  
    
 
   | 
  | 50 | 
  58 | 
  
    header('Location: ../index.php');
   | 
  | 51 | 
  59 | 
  
    
 
   | 
 
check if revision $id will be updated