Small cleanups.
[Project_webapp.git] / lib / utils.php
index 786c10e01cba770cdbd0b1e8bdcb69c4fbe32e5b..8fdb0aa66d7834a235d0d8ce05d08a1d6e965df6 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 function is_post_request()
 {
     if (filter_input(INPUT_SERVER, 'REQUEST_METHOD') === 'POST') {