diff --git a/inc/config.php b/inc/config.php index 9767a311..d1cbc137 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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); } -?> +?> \ No newline at end of file diff --git a/inc/display.php b/inc/display.php index 95df3796..6156e6cf 100644 --- a/inc/display.php +++ b/inc/display.php @@ -195,5 +195,4 @@ return $built; } }; -?> - +?> \ No newline at end of file