Plugin Directory

Changeset 613994


Ignore:
Timestamp:
10/18/2012 09:26:05 AM (13 years ago)
Author:
DaganLev
Message:

updated errors???

Location:
really-simple-backup
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • really-simple-backup/trunk/really-simple-backup.php

    r485706 r613994  
    33Plugin Name: Really Simple Backup
    44Description: A simple backup of your Theme, Uploads, Plugins and Database - proceed at your own risk...
    5 Version: 1.1.0
     5Version: 1.2.0
    66Author: Hotscot
    77
     
    3838    <div class="wrap">
    3939        <h2>Really Simple Backup</h2>
    40         <?php if($_POST['backup'] == '1'):?>           
     40        <?php if(isset($_POST['backup']) && $_POST['backup'] == '1'):?>           
    4141            <?php doBackup(); ?>
    4242        <?php else: ?>
Note: See TracChangeset for help on using the changeset viewer.