1
0
mirror of https://github.com/fspc/biketree.git synced 2026-05-10 03:28:37 -04:00
biketree/shopclosed.php

3 lines
63 B
PHP
Raw Normal View History

2017-09-05 03:39:54 +00:00
<?php session_start();
echo "You're done. Get out of here!";
?>