7 lines
89 B
PHP
7 lines
89 B
PHP
<?php
|
|
|
|
require_once dirname(__FILE__) . '/../session/Session.php';
|
|
|
|
Session::start();
|
|
?>
|