From 654a9cae43358c7eecf3b522e9876aa7815e2453 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 7 Dec 2015 15:57:51 +0100 Subject: Move urls from pradosoft.com to github's project page; drop unmaintained quickstart tutorial translations --- demos/blog/protected/Common/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/blog/protected/Common/schema.sql') diff --git a/demos/blog/protected/Common/schema.sql b/demos/blog/protected/Common/schema.sql index 9c111f0c..ea95b595 100755 --- a/demos/blog/protected/Common/schema.sql +++ b/demos/blog/protected/Common/schema.sql @@ -58,7 +58,7 @@ CREATE TABLE tblPost2Category ( ); INSERT INTO tblUsers (id,name,full_name,role,status,passwd,email,reg_time,website) - VALUES (1,'admin','Prado User',1,0,'4d688da592969d0a56b5accec3ce8554','admin@example.com',1148819681,'http://www.pradosoft.com'); + VALUES (1,'admin','Prado User',1,0,'4d688da592969d0a56b5accec3ce8554','admin@example.com',1148819681,'https://github.com/pradosoft/prado'); INSERT INTO tblPosts (id,author_id,create_time,title,content,status) VALUES (1,1,1148819691,'Welcome to Prado Weblog','Congratulations! You have successfully installed Prado Blog -- a PRADO-driven weblog system. A default administrator account has been created. Please login with admin/prado and update your password as soon as possible.',0); -- cgit v1.2.3