web/wp-content/plugins/duplicator/define.php
changeset 204 09a1c134465b
parent 195 c7c0fbc09788
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
     1 <?php
     1 <?php
     2 	
     2 	
     3 	//Prevent directly browsing to the file
     3 	//Prevent directly browsing to the file
     4 	if (function_exists('plugin_dir_url')) {
     4 	if (function_exists('plugin_dir_url')) {
     5 		define('DUPLICATOR_VERSION',   		'0.3.2');
     5 		define('DUPLICATOR_VERSION',   		'0.4.1');
     6 		define("DUPLICATOR_HOMEPAGE",		"http://lifeinthegrid.com/labs/duplicator");
     6 		define("DUPLICATOR_HOMEPAGE",		"http://lifeinthegrid.com/labs/duplicator");
     7 		define("DUPLICATOR_GIVELINK",		"http://lifeinthegrid.com/partner");
     7 		define("DUPLICATOR_GIVELINK",		"http://lifeinthegrid.com/partner");
     8 		define("DUPLICATOR_HELPLINK",  		"http://lifeinthegrid.com/duplicator-docs");
     8 		define("DUPLICATOR_HELPLINK",  		"http://lifeinthegrid.com/duplicator-docs");
     9 		define("DUPLICATOR_CERTIFIED",		"http://lifeinthegrid.com/duplicator-hosts");
     9 		define("DUPLICATOR_CERTIFIED",		"http://lifeinthegrid.com/duplicator-hosts");
    10 		
    10