Index: branches/5.1.x/admin/index.php =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/admin/index.php (.../index.php) (revision 12127) +++ branches/5.1.x/admin/index.php (.../index.php) (revision 12657) @@ -1,6 +1,6 @@
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 775 (or 755) and try again!
'); - } - } - $application =& kApplication::Instance(); $application->Init(); $application->Run(); @@ -39,19 +29,4 @@ { list($usec, $sec) = explode(" ", microtime()); return ((float)$usec + (float)$sec); - } - - //update_memory_check_script(); - - function update_memory_check_script() { - $files = get_included_files(); - $script = '$files = Array('."\n"; - foreach ($files as $file_name) { - $script .= "\t\t'".str_replace(FULL_PATH, '', $file_name)."',\n"; - } - $script .= ");\n"; - echo "
";
-		echo $script;
-		echo "
"; - } -?> \ No newline at end of file + } \ No newline at end of file