New handler profile/ax/{user_id}
[platal.git] / include / secure_hash.inc.php
index 47753d8..af1cfdc 100644 (file)
@@ -37,5 +37,5 @@ function hash_xor($a, $b) {
         $c .= $a{$k};
     return $c;
 }
-
-?>
\ No newline at end of file
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
+?>