ocw/webroot/logout.shs
2020-09-19 17:21:38 +02:00

8 lines
110 B
Bash

#!/bin/bash
logout
meta[redirect]='/'
source templates/head.sh
echo "Logged out successully. Redirecting.."