Anyone have a JR license for sale?
Off Topic
If you use Jamroom Hosting, you don't need to buy a license, you can create as many sites as you like and all premium modules are included.
https://www.jamroom.net/hosting
require_once APP_DIR . "/modules/jrBackup/contrib/S3/S3.php";
$func = "{$show_skin}_skin_init";
if (!function_exists($func)) {
require_once APP_DIR . "/skins/{$show_skin}/include.php";
if (function_exists($func)) {
$func();
}
}