Skip to content
Snippets Groups Projects
Commit a6bec4eb authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

revert reading VERSION from file due to performance issues, fixes #321

parent ce00aa19
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
const DEFAULT_ENV = 'production';
//software version - please leave it as it is!
$SOFTWARE_VERSION = explode(' ', trim(file_get_contents(__DIR__ . '/../VERSION')), 2)[1];
$SOFTWARE_VERSION = '5.0.alpha-svn';
// Store startup time
$STUDIP_STARTUP_TIME = microtime(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment