 includes/functions/linking.php
functions
|  url_refresh
void url_refresh(string $url, int $time)
Refresh the page in X seconds instead of doing a instant redirect Arguments - $url [optional, default value = '']
an internal url to go to, ex. index.php?name=my_module
- $time [optional, default value = 3]
how much seconds to wait before the page refreshes
|