<?php
	$PathURL = str_replace('\\', '/', getcwd());

	if (!file_exists($PathURL.'/php/kalimba-core/core.php')){
		shell_exec("git clone https://github.com/Elite-Online-Media/kalimba-core.git php/kalimba-core");
		shell_exec("echo .git/*> .gitignore");
		shell_exec("echo php/kalimba-core/.git/*>> .gitignore");
	}
	
	session_start();
	$_SESSION['PathURL'] 	= $PathURL;
	$_SESSION['getConsts'] 	= $PathURL.'/php/kalimba-core/const.php';
	
	include $_SESSION['getConsts'];
	include TEXT;