Revert "Complete rebrand from Open Game Panel (OGP) to GameServer Panel (GSP)"
This commit is contained in:
parent
02c94766c6
commit
deee7d6ac5
308 changed files with 1412 additions and 1412 deletions
|
|
@ -4,7 +4,7 @@
|
|||
* Component of the administration module
|
||||
*/
|
||||
|
||||
function exec_gsp_module()
|
||||
function exec_ogp_module()
|
||||
{
|
||||
echo "<h2>".get_lang('ban_list')."</h2>";
|
||||
global $db, $settings;
|
||||
|
|
@ -15,10 +15,10 @@ function exec_gsp_module()
|
|||
foreach($_POST as $name => $ip)
|
||||
{
|
||||
$ip = $db->real_escape_string($ip);
|
||||
$db->query("DELETE FROM `GSP_DB_PREFIXban_list` WHERE client_ip = '$ip';");
|
||||
$db->query("DELETE FROM `OGP_DB_PREFIXban_list` WHERE client_ip = '$ip';");
|
||||
}
|
||||
}
|
||||
$ban_list = $db->resultQuery("SELECT logging_attempts, banned_until, client_ip FROM `GSP_DB_PREFIXban_list`;");
|
||||
$ban_list = $db->resultQuery("SELECT logging_attempts, banned_until, client_ip FROM `OGP_DB_PREFIXban_list`;");
|
||||
$ban_qty = 0;
|
||||
$ban_table = '';
|
||||
if($ban_list)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue