diff options
author | Luke Bratch <luke@bratch.co.uk> | 2015-12-05 20:45:06 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2015-12-05 20:45:06 +0000 |
commit | 34fa6530c7fa5ac2d319ad530605ad6b03828fbb (patch) | |
tree | e00280e92a6d30fc72c776b4c7a53977f4269a78 /search.php | |
parent | 0247aa5c89198c0dadbcce699b398fac1e783b4b (diff) |
Add new line to end of file
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,4 +114,4 @@ function read_stdin() $input = rtrim($input); // trim any trailing spaces. fclose ($fr); // close the file handle return $input; // return the text entered -}
\ No newline at end of file +} |