Browse Source

Trimmed new lines after include scripts.

pull/40/head
Savetheinternet 14 years ago
parent
commit
f68669f63f
  1. 2
      inc/config.php
  2. 3
      inc/display.php

2
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);
}
?>
?>

3
inc/display.php

@ -195,5 +195,4 @@
return $built;
}
};
?>
?>
Loading…
Cancel
Save