mirror of
https://github.com/fspc/biketree.git
synced 2026-05-10 03:28:37 -04:00
3 lines
63 B
PHP
3 lines
63 B
PHP
|
|
<?php session_start();
|
||
|
|
echo "You're done. Get out of here!";
|
||
|
|
?>
|