We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251d8f9 commit 36564f5Copy full SHA for 36564f5
config/constants.php
@@ -12,7 +12,7 @@
12
// You should not change anything below unless you know what you are doing!
13
define("EXTERNAL_PATH", defined('MYWEBSQL_COMPACT_DIST') ? $_SERVER["SCRIPT_NAME"] : str_replace(basename($_SERVER["SCRIPT_NAME"]), "", $_SERVER["SCRIPT_NAME"]));
14
15
- define('APP_VERSION', '3.8');
+ define('APP_VERSION', '3.9');
16
define('PROJECT_SITEURL', 'http://mywebsql.net');
17
define("DEVELOPER_EMAIL", "support@mywebsql.net");
18
define("COOKIE_LIFETIME", 1440); // in hours
0 commit comments