Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- yetience-plugin.orig.php 2018-02-21 13:24:49.000000000 +0000
- +++ yetience-plugin.php 2018-02-21 13:32:42.787295600 +0000
- @@ -12,7 +12,7 @@
- //ini_set('display_startup_errors', 1);
- //error_reporting(E_ALL);
- -set_include_path("./");
- +set_include_path(get_include_path() . PATH_SEPARATOR . "./");
- //adding only if the class has not been loaded already.
- //useful if there are multiple plugins of yetience family being used.
- --- wordpress/yetience-class.orig.php 2018-02-21 13:24:50.000000000 +0000
- +++ wordpress/yetience-class.php 2018-02-21 13:29:56.516258900 +0000
- @@ -7,7 +7,7 @@
- function __construct($product_label,$plugin_title,$plugin_folder,$include_path,$deployment,$yetience_version){
- - set_include_path($include_path);
- + set_include_path(get_include_path() . PATH_SEPARATOR . $include_path);
- include "yetience_config.php";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement