https://github.com/piwigo/lexiglot
A translation platform for PHP projects developed in PHP.
https://github.com/piwigo/lexiglot
Last synced: 12 months ago
JSON representation
A translation platform for PHP projects developed in PHP.
- Host: GitHub
- URL: https://github.com/piwigo/lexiglot
- Owner: Piwigo
- Created: 2014-10-30T09:24:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T10:49:21.000Z (over 10 years ago)
- Last Synced: 2025-01-13T15:24:50.233Z (over 1 year ago)
- Language: PHP
- Homepage: http://piwigo.org/translate
- Size: 1.43 MB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

A translation platform for PHP projects developed in PHP.
## Secure your installation
* The application should not run on a shared server were users have shell access, to prevent SVN credentials leak from `ps` command
* You must disable remote access to `api/update.php` file, this file must only called from trusted sources (Cron task, SVN hook, etc.)
* You should disable remote access to `local/` folder and `update.log` file if you host private projects