/ Published in: MySQL
Expand |
Embed | Plain Text
INSERT INTO filter_formats VALUES (1,'Filtered HTML',',1,2,',1); INSERT INTO filter_formats VALUES (2,'PHP code','',0); INSERT INTO filter_formats VALUES (3,'Full HTML','',1); INSERT INTO filters VALUES (1,'filter',0,0); INSERT INTO filters VALUES (1,'filter',2,1); INSERT INTO filters VALUES (2,'filter',1,0); INSERT INTO filters VALUES (3,'filter',2,0); INSERT INTO variable (name,value) VALUES ('filter_html_1','i:1;');
You need to login to post a comment.
