# HG changeset patch # User Zoe Hong # Date 1425653622 -3600 # Node ID 893ed33c2bd4efd283eaf8ddc1aeca9d7beed46a # Parent e078e1500cc20118bfab2eba21d7b0992b361765 config for localgazetteer-dev diff -r e078e1500cc2 -r 893ed33c2bd4 develop/config/config.php --- a/develop/config/config.php Fri Mar 06 14:13:18 2015 +0100 +++ b/develop/config/config.php Fri Mar 06 15:53:42 2015 +0100 @@ -2,7 +2,7 @@ // localhost $systemNAME = "interface"; -$mysql_database = "Gazetteers"; +$mysql_database = "Gazetteer"; $mysql_server = "localhost"; $mysql_user = "root"; $mysql_password = "admin"; diff -r e078e1500cc2 -r 893ed33c2bd4 develop/views/Extractapp/.DS_Store Binary file develop/views/Extractapp/.DS_Store has changed diff -r e078e1500cc2 -r 893ed33c2bd4 develop/views/Extractapp/index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/develop/views/Extractapp/index.php Fri Mar 06 15:53:42 2015 +0100 @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r e078e1500cc2 -r 893ed33c2bd4 develop/views/Home/index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/develop/views/Home/index.php Fri Mar 06 15:53:42 2015 +0100 @@ -0,0 +1,1 @@ +

Home/index.php

diff -r e078e1500cc2 -r 893ed33c2bd4 develop/views/Home/test.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/develop/views/Home/test.php Fri Mar 06 15:53:42 2015 +0100 @@ -0,0 +1,8 @@ +

Home/test.php

+ + \ No newline at end of file diff -r e078e1500cc2 -r 893ed33c2bd4 develop/views/maintemplate.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/develop/views/maintemplate.php Fri Mar 06 15:53:42 2015 +0100 @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r e078e1500cc2 -r 893ed33c2bd4 develop/views/maintemplate_local.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/develop/views/maintemplate_local.php Fri Mar 06 15:53:42 2015 +0100 @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file