PHP Classes

File: load.php

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

Contents

Class file image Download
<?php
/**
*
* load.php file for LobbyOS
*
*/
$docRoot = realpath(dirname(__FILE__));
require_once
"$docRoot/includes/load.php";
?>