Changeset 1929452
- Timestamp:
- 08/24/2018 01:02:43 AM (8 years ago)
- Location:
- website-backups/trunk
- Files:
-
- 2 edited
-
libs/classes/class-erowd-backups.php (modified) (1 diff)
-
website-backups.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
website-backups/trunk/libs/classes/class-erowd-backups.php
r1929434 r1929452 243 243 244 244 ini_set('max_execution_time', 900); 245 ini_set('memory_limit', ' 1024M');245 ini_set('memory_limit', '500M'); 246 246 247 247 $wordpress_install_folder = realpath( self::$params::$ero_wd_base_path . '../../../' ); -
website-backups/trunk/website-backups.php
r1929434 r1929452 1 1 <?php 2 2 /** 3 * @package Website_Backups3 * @package Ero_Website_Backups 4 4 * @version 1.0 5 5 */ 6 6 /* 7 Plugin Name: Website Backups8 Plugin URI: http ://wordpress.org/plugins/website-downloader/7 Plugin Name: Ero Website Backups 8 Plugin URI: https://wordpress.org/plugins/website-backups/ 9 9 Description: This is a plugin for downloading the website file and database backups 10 10 Author: Khushwant
Note: See TracChangeset
for help on using the changeset viewer.