JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Create blank home page by default
[wfpl-cms.git] / admin_pages.sql
index e82ed35..c3c5adf 100644 (file)
@@ -9,3 +9,4 @@ create table cms_pages (
     description text not null default "",
     keywords text not null default ""
 );
+insert into cms_pages (filename,title,content) values ('index', 'Home', 'Under Construction');