This commit is contained in:
markjcrane 2016-01-20 11:58:33 -07:00
commit 9ca689236a
70 changed files with 71 additions and 71 deletions

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -557,8 +557,8 @@ require_once "resources/require.php";
if (!isset($_SERVER['HTTP_PROTOCOL'])) {
$_SERVER['HTTP_PROTOCOL'] = 'http';
if (isset($_SERVER['REQUEST_SCHEME'])) { $_SERVER['HTTP_PROTOCOL'] = $_SERVER['REQUEST_SCHEME']; }
if ($_SERVER['HTTPS'] = 'on') { $_SERVER['HTTP_PROTOCOL'] = 'https'; }
if ($_SERVER['SERVER_PORT'] = '443') { $_SERVER['HTTP_PROTOCOL'] = 'https'; }
if ($_SERVER['HTTPS'] == 'on') { $_SERVER['HTTP_PROTOCOL'] = 'https'; }
if ($_SERVER['SERVER_PORT'] == '443') { $_SERVER['HTTP_PROTOCOL'] = 'https'; }
}
echo " window.location = '".$_SERVER['HTTP_PROTOCOL']."://".$domain_name."/app/provision?mac=".$device_mac_address."&file=' + d + '&content_type=application/octet-stream';\n";
echo " }\n";

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);

View File

@ -75,7 +75,7 @@
$i++;
}
if(!file_exists($path. '/.project.ROOT')){
throw new Exception("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
die("Failed to locate the Project Root by searching for .project.ROOT please contact support for assistance");
}
$project_path = str_replace($_SERVER["DOCUMENT_ROOT"], "", $path);
define('PROJECT_PATH', $project_path);