/* Lets use interface now. */\r
header('Content-Type: text; charset=utf-8');\r
\r
+check_errors ();\r
+if (has_error ())\r
+{\r
+ echo "Error";\r
+ exit;\r
+}\r
+\r
/* Upload file */\r
if (isset ($_FILES['file']) && is_writable (VAR_FILES)\r
&& is_writable (VAR_LINKS))\r