You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

3 lines
322 B

/* this removes https and also performance prefs to enable copies of production tiki's run on local or development servers */
DELETE FROM `tiki_preferences` WHERE `name` IN ('https_login','session_protected', 'tiki_cachecontrol_session', 'smarty_compilation');
DELETE FROM `tiki_preferences` WHERE `name` LIKE '%minify%';