mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Initial commit of YBDB code from July 24, 2014.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<!--//This function redirects the Log to the Welcome Page ================================================ -->
|
||||
<script type="text/javascript">
|
||||
var t;
|
||||
window.onload=resetTimer;
|
||||
document.onmousedown=resetTimer;
|
||||
document.onkeypress=resetTimer;
|
||||
|
||||
function logout()
|
||||
{
|
||||
location.href='shop_welcome.php'
|
||||
}
|
||||
function resetTimer()
|
||||
{
|
||||
clearTimeout(t);
|
||||
t=setTimeout(logout,1000*5) //logs out in 30 minutes
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user