Plugin Directory

Changeset 1929452


Ignore:
Timestamp:
08/24/2018 01:02:43 AM (8 years ago)
Author:
khushwant
Message:

code improvement

Location:
website-backups/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • website-backups/trunk/libs/classes/class-erowd-backups.php

    r1929434 r1929452  
    243243
    244244      ini_set('max_execution_time', 900);
    245       ini_set('memory_limit', '1024M');
     245      ini_set('memory_limit', '500M');
    246246
    247247      $wordpress_install_folder = realpath( self::$params::$ero_wd_base_path . '../../../' );
  • website-backups/trunk/website-backups.php

    r1929434 r1929452  
    11<?php
    22/**
    3  * @package Website_Backups
     3 * @package Ero_Website_Backups
    44 * @version 1.0
    55 */
    66/*
    7 Plugin Name: Website Backups
    8 Plugin URI: http://wordpress.org/plugins/website-downloader/
     7Plugin Name: Ero Website Backups
     8Plugin URI: https://wordpress.org/plugins/website-backups/
    99Description: This is a plugin for downloading the website file and database backups
    1010Author: Khushwant
Note: See TracChangeset for help on using the changeset viewer.