1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-05-18 17:08:19 +03:00
Go to file
2014-02-05 19:03:04 +07:00
application WIP DAR-15: instant message subscriptions 2014-02-05 19:03:04 +07:00
modules Renamed subscriptions to courses. Added a test. 2014-02-05 15:10:05 +07:00
system@06c8242ce7 Initial commit - framework and project fork 2014-01-10 15:27:37 +07:00
.gitignore auth config pruning part 1 2014-01-29 17:44:40 +07:00
.gitmodules Renamed subscriptions to courses. Added a test. 2014-02-05 15:10:05 +07:00
index.php Password change task 2014-01-30 12:40:49 +07:00
LICENSE.html Initial commit - framework and project fork 2014-01-10 15:27:37 +07:00
minion Minion integration 2014-01-29 20:06:13 +07:00
model.mwb WIP DAR-15: instant message subscriptions 2014-02-05 19:03:04 +07:00
README.md Pages 2014-02-02 15:49:39 +07:00

A PHP engine for managing email letter series and email subscribers.

License is AGPL 3.0

##Requirements

Kohana 3.3 (I recommend using 3.4 unstable git branch, it has MySQLi driver) MySQL or MariaDB PHP 5 with enabled OpenSSL and APCu

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.