implemented buildURL() function (and fixed redirecting on https page)
added comments block (file description) in each PHP file
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* @package uForum2
|
||||
* @file inc/constants.php
|
||||
* @copyright 2007-2015 (c) PioDer <piotrek@pioder.pl>
|
||||
* @link http://www.pioder.pl/
|
||||
* @license see LICENSE.txt
|
||||
**/
|
||||
|
||||
//tables
|
||||
define('BANLIST_TABLE',DB_PREFIX.'banlist');
|
||||
@@ -18,6 +25,7 @@ define('POSTS_VIEW', DB_PREFIX.'view_posts');
|
||||
define('LOGGED_USERS_VIEW', DB_PREFIX.'view_logged_users');
|
||||
define('USERS_PC_VIEW', DB_PREFIX.'view_users_post_count');
|
||||
define('TOPICS_PC_VIEW', DB_PREFIX.'view_topics_post_count');
|
||||
|
||||
define('COOKIE_NAME', 'uf2_auth');
|
||||
|
||||
define('RANK_USER', 0);
|
||||
|
||||
Reference in New Issue
Block a user