1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-06-16 15:01:09 +03:00
kangana/README.md

18 lines
580 B
Markdown
Raw Normal View History

2014-01-29 12:50:14 +02:00
A PHP engine for managing email letter series and email subscribers.
License is [AGPL 3.0](http://www.tldrlegal.com/l/AGPL3)
##Requirements
Kohana 3.3 (I recommend using 3.4 unstable git branch, it has MySQLi driver)
MySQL or MariaDB
2014-02-02 10:49:39 +02:00
PHP 5 with enabled OpenSSL and APCu
2014-01-30 07:40:49 +02:00
## Notes
### Config Writer
* Writer still needs to be enabled: `Kohana::$config->attach(new Config_File_Writer);`
* All comments in config file are lost on write.
* Feature is highly unreliable. You can lose the file. You can have two users writing config simultaneously.
* Do not use in web environment.