Merge pull request #1706 from Azaezel/logVersion

embed application info in console.logs
This commit is contained in:
Brian Roberts 2026-04-04 17:22:03 -05:00 committed by GitHub
commit cbe3fdf10e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ trace(false);
// Set the name of our application
$appName = "@TORQUE_APP_NAME@";
echo("Initializing" SPC $appName SPC getVersionString());
//-----------------------------------------------------------------------------
// Load up scripts to initialise subsystems.
ModuleDatabase.setModuleExtension("module");