This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/_sakura/components/Sessions.php

13 lines
98 B
PHP
Raw Normal View History

2015-03-25 09:55:52 +00:00
<?php
/*
* Session Handler
*/
namespace Flashii;
class Session {
}