sp-config-sample.php (seopanel.v.4.7.0) | : | sp-config-sample.php (seopanel.v.4.8.0) | ||
---|---|---|---|---|
skipping to change at line 43 | skipping to change at line 43 | |||
# DB database password | # DB database password | |||
define('DB_PASSWORD', ''); | define('DB_PASSWORD', ''); | |||
# DB hostname | # DB hostname | |||
define('DB_HOST', 'localhost'); | define('DB_HOST', 'localhost'); | |||
# The name of the database engine for seo panel | # The name of the database engine for seo panel | |||
define('DB_ENGINE', 'mysql'); | define('DB_ENGINE', 'mysql'); | |||
# The version of seo panel installed | # The version of seo panel installed | |||
define('SP_INSTALLED', '4.7.0'); | define('SP_INSTALLED', '4.8.0'); | |||
# The DB debug mode | # The DB debug mode | |||
define('SP_DEBUG', 0); | define('SP_DEBUG', 0); | |||
# The seo panel seconds for session timeout | # The seo panel seconds for session timeout | |||
define('SP_TIMEOUT', 18000); | define('SP_TIMEOUT', 18000); | |||
?> | ?> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |