]> git.mxchange.org Git - friendica.git/blobdiff - view/api_ratelimit_xml.tpl
Another bunch of executable permission removal
[friendica.git] / view / api_ratelimit_xml.tpl
index 42439f8b5f9a3e58d0c82f2e5bd4fa7205923aa9..36ec1993df454bcea5da5e87577b5ff421160226 100644 (file)
@@ -1,5 +1,6 @@
 <hash>
              <remaining-hits type="integer">$hash.remaining_hits</remaining-hits>
              <hourly-limit type="integer">$hash.hourly_limit</hourly-limit>
              <reset-time type="datetime">$hash.reset_time</reset-time>
-</hash>
\ No newline at end of file
+ <remaining-hits type="integer">$hash.remaining_hits</remaining-hits>
+ <hourly-limit type="integer">$hash.hourly_limit</hourly-limit>
+ <reset-time type="datetime">$hash.reset_time</reset-time>
+ <reset_time_in_seconds type="integer">$hash.resettime_in_seconds</reset_time_in_seconds>
+</hash>