| 
<?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");
 
 |