mirror of
https://github.com/Vateron-Media/XC_VM.git
synced 2026-04-13 08:28:32 +00:00
chore: disable DEVELOPMENT mode for release
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
define('AUTO_RESTART_MARIADB', true); // Test function
|
||||
define('DEVELOPMENT', true); // It will be deleted in the future.
|
||||
define('DEVELOPMENT', false); // It will be deleted in the future.
|
||||
|
||||
// ── Версия и Git ──────────────────────────────────────────────
|
||||
define('XC_VM_VERSION', '2.0.0');
|
||||
|
||||
Reference in New Issue
Block a user