PHP Classes

File: includes/config.php

Recommend this page to a friend!
  Classes of Subin Siby   Lobby   includes/config.php   Download  
File: includes/config.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:
Date: 7 years ago
Size: 368 bytes
 

Contents

Class file image Download
<?php
/**
 * The online server of Lobby.
 * Default : https://lobby.subinsb.com
 */
define("L_SERVER", "http://lobby.subinsb.com");

/**
 * The local directories
 */
define("APPS_DIR", L_DIR . "/contents/apps");
define("THEMES_DIR", L_DIR . "/contents/themes");

/**
 * Relative URLs
 */
define("APPS_URL", "/contents/apps");
define("THEMES_URL", "/contents/themes");