8 lines
103 B
PHP
8 lines
103 B
PHP
<?php declare(strict_types=1);
|
|
|
|
use MyPrayerJournal\Auth;
|
|
|
|
require '../../start.php';
|
|
|
|
Auth::logOff();
|