forked from LiveCarta/LiveCartaWP
Changed source root directory
This commit is contained in:
20
html/wp-content/plugins/duplicator/classes/class.io.php
Normal file
20
html/wp-content/plugins/duplicator/classes/class.io.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @copyright 2022 Snap Creek LLC
|
||||
* Class for all IO operations
|
||||
*/
|
||||
|
||||
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
|
||||
if (! defined('DUPLICATOR_VERSION')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* This class is deprecated. Please use:
|
||||
* Duplicator\Libs\Snap\SnapIO
|
||||
*/
|
||||
class DUP_IO
|
||||
{
|
||||
/* !!DO NOT IMPLMENT HERE!! */
|
||||
}
|
||||
Reference in New Issue
Block a user