PHP Classes

File: lobby.php

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

Contents

Class file image Download
#!/usr/bin/php
<?php
/**
 * Lobby CLI
 */

require_once __DIR__ . "/load.php";

$application = new Lobby\CLI();
$application->run();