mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 00:42:43 +00:00
Rename connect()
This commit is contained in:
parent
82231518a4
commit
36cdeb8008
@ -3,7 +3,7 @@ require 'head.php';
|
||||
require 'header.php';
|
||||
require 'settings.php';
|
||||
|
||||
connect();
|
||||
litebans_connect();
|
||||
|
||||
function get_query($table) {
|
||||
global $table_history, $active_query, $limit_per_page;
|
||||
|
@ -24,7 +24,7 @@ $table_prefix = "";
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
function connect() {
|
||||
function litebans_connect() {
|
||||
// imported
|
||||
global $dbhost, $username, $password, $database, $table_prefix, $show_inactive_bans;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user