mirror of
https://github.com/sigmasternchen/webchat
synced 2025-03-15 07:58:53 +00:00
4 lines
No EOL
48 B
PHP
4 lines
No EOL
48 B
PHP
<?php
|
|
session_start();
|
|
$_SESSION = array();
|
|
?>
|