PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Subin Siby   Lobby   index.php   Download  
File: index.php
Role: Application script
Content type: text/plain
Description: Application script
Class: Lobby
Web OS to install and run Web applications
Author: By
Last change: version 0.9.1 berly
Date: 7 years ago
Size: 357 bytes
 

Contents

Class file image Download
<?php
/**
 *
 * index.php file for LobbyOS
 *
 * A localhost/Web OS For Web Apps: http://lobby.subinsb.com
 *
 * @category lobby
 * @package lobby
 * @author The LobbyOS developer community
 * @license Apache License
 * @version 0.2.1
 */

require_once __DIR__ . "/load.php";

/**
 * Dispatch the Routes
 */
return \Lobby\Router::dispatch();