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
|
|
@ -3,7 +3,7 @@
|
|||
* Component of the settings module
|
||||
*/
|
||||
|
||||
function exec_gsp_module()
|
||||
function exec_ogp_module()
|
||||
{
|
||||
global $db;
|
||||
require_once 'includes/api_functions.php';
|
||||
|
|
|
|||
|
|
@ -15,13 +15,13 @@ $module_menus = array(
|
|||
|
||||
$install_queries = array();
|
||||
$install_queries[0] = array(
|
||||
"DROP TABLE IF EXISTS ".GSP_DB_PREFIX."settings;",
|
||||
"CREATE TABLE ".GSP_DB_PREFIX."settings (
|
||||
"DROP TABLE IF EXISTS ".OGP_DB_PREFIX."settings;",
|
||||
"CREATE TABLE ".OGP_DB_PREFIX."settings (
|
||||
`setting` varchar(63) NOT NULL,
|
||||
`value` varchar(255) NOT NULL,
|
||||
PRIMARY KEY (`setting`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1;");
|
||||
|
||||
$install_queries[1] = array(
|
||||
"ALTER TABLE `".GSP_DB_PREFIX."settings` CHANGE `value` `value` VARCHAR( 1024 ) NOT NULL;");
|
||||
"ALTER TABLE `".OGP_DB_PREFIX."settings` CHANGE `value` `value` VARCHAR( 1024 ) NOT NULL;");
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
* Settings management for the settings module
|
||||
*/
|
||||
|
||||
function exec_gsp_module()
|
||||
function exec_ogp_module()
|
||||
{
|
||||
require_once('includes/form_table_class.php');
|
||||
global $db,$view;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
* Component of the settings module
|
||||
*/
|
||||
|
||||
function exec_gsp_module()
|
||||
function exec_ogp_module()
|
||||
{
|
||||
require_once('modules/settings/functions.php');
|
||||
require_once('includes/form_table_class.php');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue