// prootGet
static function prootGet(){
$path = $_SERVER['SCRIPT_NAME']; // /intimate/index.php -> E:\truedir\index.php
$files = array(
"/root/tools/setup/index.php",
"/root/tools/adbug/start.php",
"/index.php",
);
$path = str_replace($files,'',$path);
return $path;
}