Merge pull request #357 from beardy-unixer/master

Create sys channels
This commit is contained in:
friendica
2014-03-08 17:56:04 +11:00
2 changed files with 10 additions and 0 deletions

View File

@@ -602,6 +602,9 @@ function what_next() {
$a = get_app();
// install the standard theme
set_config('system','allowed_themes','redbasic');
// Create a system channel
require_once ('include/identity.php');
create_sys_channel();
$baseurl = $a->get_baseurl();
return
t('<h1>What next</h1>')