It\'s not safe to run with write permissions (777) on "/config.php" file and root folder of In-Portal installation!

Please change permissions from 777 to 755 and try again! '); exit; } } $application =& kApplication::Instance(); $application->Init(); $application->Run(); $application->Done(); $end = getmicrotime(); function getmicrotime() { list($usec, $sec) = explode(" ", microtime()); return ((float)$usec + (float)$sec); }