implemented buildURL() function (and fixed redirecting on https page)
added comments block (file description) in each PHP file
This commit is contained in:
@@ -12,6 +12,9 @@ define('DB_PREFIX','uf_');
|
||||
define('VERSION','2.0.0');
|
||||
define('UF_INSTALLED',true);
|
||||
|
||||
define('COOKIE_DOMAIN', '');
|
||||
define('COOKIE_PATH', '/uf2');
|
||||
define('FORUM_DOMAIN', 'localhost');
|
||||
define('FORUM_PATH', '/uf2');
|
||||
define('HTTP_PORT', 81);
|
||||
define('HTTPS_PORT', 443);
|
||||
define('USE_HTTPS', true);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user