diff --git a/rewritetest.php b/rewritetest.php index 06f1232..de9d6f1 100644 --- a/rewritetest.php +++ b/rewritetest.php @@ -162,5 +162,4 @@ function createFile($filename, $content) { $base = getBaseDir(); if(($fh = fopen($base . $filename, 'w')) && fwrite($fh, $content) && fclose($fh)) return true; -} -?> +} \ No newline at end of file