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