<?php
/**
* Application Main Page That Will Serve All Requests
*
* @package Simple Framework
* @author Ahmed Saad <a7mad.sa3d.2014@gmail.com>
* @version 2.0.0
* @license https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt CC-BY-SA-4.0 Creative Commons Attribution Share Alike 4.0
*/
require_once( 'App/Library/initializing.php' );
new \App\Library\Request();
|