<?php
/**
* This file is part of the PageCache package.
*
* @author Muhammed Mamedov <mm@turkmenweb.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
session_start();
require __DIR__.'/../vendor/autoload.php';
|