More work on polls and themes

This commit is contained in:
Daisuke
2020-04-21 17:42:31 -05:00
parent d34a7c7ced
commit f59049c3c2
18 changed files with 281 additions and 103 deletions

View File

@ -1,7 +1,7 @@
<?php
//name of your particular DashboardFE instance, give it any name.
$setting['appname'] = "DASHBAORD FE";
$setting['appname'] = "Dashboard FE";
//url of your DashboardFE instance without trailing slash
$setting['url'] = "https://your.url/dir";