Skip to content

Commit

Permalink
Implements LD_PRELOAD mechanism.
Browse files Browse the repository at this point in the history
treefrogframework committed Oct 10, 2015
1 parent a1a705a commit 893f32b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tappsettings.cpp
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@ class AttributeMap : public QMap<int, QString>
insert(Tf::EnableCsrfProtectionModule, "EnableCsrfProtectionModule");
insert(Tf::EnableHttpMethodOverride, "EnableHttpMethodOverride");
insert(Tf::HttpKeepAliveTimeout, "HttpKeepAliveTimeout");
insert(Tf::LDPreload, "LDPreload");
insert(Tf::SessionName, "Session.Name");
insert(Tf::SessionStoreType, "Session.StoreType");
insert(Tf::SessionAutoIdRegeneration, "Session.AutoIdRegeneration");

0 comments on commit 893f32b

Please sign in to comment.