Trimmed new lines after include scripts.

This commit is contained in:
Savetheinternet 2010-11-16 00:36:48 +11:00
parent e8d03cb40b
commit f68669f63f
2 changed files with 2 additions and 3 deletions

View File

@ -123,4 +123,4 @@
if(!file_exists(DIR_THUMB)) @mkdir(DIR_THUMB) or error("Couldn't create " . DIR_IMG . ". Install manually.", true);
if(!file_exists(DIR_RES)) @mkdir(DIR_RES) or error("Couldn't create " . DIR_IMG . ". Install manually.", true);
}
?>
?>

View File

@ -195,5 +195,4 @@
return $built;
}
};
?>
?>