pscbonline-php/Src/LogWay/1.php

5 lines
92 B
PHP

<?php
session_start();
$_SESSION['log_way'] = 'logs';
$_SESSION['events_way'] = 'events';
?>