mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-10 05:26:06 +00:00
add class variable _doNotCheckDBVersion
This commit is contained in:
parent
43341c802f
commit
5f8cc5f460
|
@ -215,6 +215,8 @@ class Settings { /* {{{ */
|
||||||
var $_dbUser = null;
|
var $_dbUser = null;
|
||||||
// password for database-access
|
// password for database-access
|
||||||
var $_dbPass = null;
|
var $_dbPass = null;
|
||||||
|
// set to 1 if database version shall not be checked
|
||||||
|
var $_doNotCheckDBVersion = 0;
|
||||||
// SMTP : server
|
// SMTP : server
|
||||||
var $_smtpServer = null;
|
var $_smtpServer = null;
|
||||||
// SMTP : port
|
// SMTP : port
|
||||||
|
|
Loading…
Reference in New Issue
Block a user