Commit a877f2e631ef767df6235489fc97e152fa031ce9
1 parent
cc33fed3
Grab the system (code) version from docs/VERSION.txt
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3267 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
config/dmsDefaults.php
| @@ -359,6 +359,8 @@ if ($i18nLoaded === false) { | @@ -359,6 +359,8 @@ if ($i18nLoaded === false) { | ||
| 359 | } | 359 | } |
| 360 | } | 360 | } |
| 361 | 361 | ||
| 362 | +$default->systemVersion = file_get_contents(KT_DIR . '/docs/VERSION.txt'); | ||
| 363 | + | ||
| 362 | KTInit::cleanGlobals(); | 364 | KTInit::cleanGlobals(); |
| 363 | KTInit::cleanMagicQuotes(); | 365 | KTInit::cleanMagicQuotes(); |
| 364 | 366 |