You need to put correct path here.$config['basedir'] = "";
This is not correct. This should be likeinclude($config['basedir'] . "/home/*****/public_html/include/vshare.php");
include($config['basedir'] . "/include/vshare.php");
You need to put correct path here.$config['basedir'] = "";
This is not correct. This should be likeinclude($config['basedir'] . "/home/*****/public_html/include/vshare.php");
include($config['basedir'] . "/include/vshare.php");
Bookmarks