Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Wed, Jun 18, 10:20 PM

in-portal

Index: tags/release_1_1_3/admin/install/upgrades/inportal_upgrade_v1.1.4.sql
===================================================================
--- tags/release_1_1_3/admin/install/upgrades/inportal_upgrade_v1.1.4.sql (revision 3137)
+++ tags/release_1_1_3/admin/install/upgrades/inportal_upgrade_v1.1.4.sql (revision 3138)
@@ -1,4 +1,4 @@
-INSERT INTO ConfigurationValues VALUES ('SessionCookieName', 'sid', 'In-Portal', 'in-portal:configure_general');
-INSERT INTO ConfigurationAdmin VALUES ('SessionCookieName', 'la_Text_Website', 'la_prompt_session_cookie_name', 'text', '', '', 8, 1);
+INSERT INTO ConfigurationAdmin VALUES ('SessionReferrerCheck', 'la_Text_Website', 'la_promt_ReferrerCheck', 'checkbox', NULL , NULL , '9', '1');
+INSERT INTO ConfigurationValues VALUES ('SessionReferrerCheck', '1', 'In-Portal', 'in-portal:configure_general');
UPDATE Modules SET Version = '1.1.4' WHERE Name = 'In-Portal';
\ No newline at end of file
Property changes on: tags/release_1_1_3/admin/install/upgrades/inportal_upgrade_v1.1.4.sql
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.1.14.1
\ No newline at end of property

Event Timeline