文件操作 - notes.txt
返回文件管理
返回主菜单
删除本文件
文件: /var/softaculous/kimai/notes.txt
编辑文件内容
1. Choose default Timezone America/New_York (This is CLI install now and timezone isn't asked, set America/New_York in php.ini file i.e date.timezone = "America/New_York") and then install. Also check the same in kimai2_user_preferences table i.e 'timezone' entry value) 2. PHP REQUIREMENT LINK: https://www.kimai.org/documentation/installation.html#server-requirements and also check README.md 3. Install Composer and create zip for package and Remove "var/cache/prod" from package 4. Add following entry in kimai2_configuration table : (2, 'defaults.user.language', '[[language]]'); and in kimai2_user_preferences : (3, 1, 'language', '[[language]]'); 5. Steps for installation https://www.kimai.org/documentation/installation.html from command line. 6. We have changed the version in 1.14.3 in /src/Constants.php as it was a mistake by the vendor. Check in 1.15 version. https://github.com/kevinpapst/kimai2/issues/2582 7. We can not provide upgrade in kimai because it supports CLI upgrade only. Check in every version and if it supports GUI upgrade then add it. (Many users ask for the same) 8. From 2.0.23 onwards Kimai doesnt support subdirectory installation. mentioned in docs https://www.kimai.org/en/download.html 9. We have disabled language for Kimai 2.0.x version as the wizard asks for which language to select and adds extra entries to database in `preferences` table.
修改文件时间
将文件时间修改为当前时间的前一年
删除文件