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,12 @@
|
||||
<?php
|
||||
/**
|
||||
* @package uForum2
|
||||
* @file inc/database_connection.php
|
||||
* @copyright 2007-2015 (c) PioDer <piotrek@pioder.pl>
|
||||
* @link http://www.pioder.pl/
|
||||
* @license see LICENSE.txt
|
||||
**/
|
||||
|
||||
|
||||
$DB = new MySQLi(DB_HOST, DB_USER, DB_PASSWD, DB_NAME);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user