<?php 
/** 
 * This file is part of the PageCache package. 
 * 
 * @author Muhammed Mamedov <[email protected]> 
 * 
 * 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'; 
 
 |