PaperBag/www/logout.php

8 lines
102 B
PHP

<?php
require 'webdata/init.php';
logoutUser();
header("Location: ".getConfig('projectRoot')."/");