init-settings.php edited online with Bitbucket

This commit is contained in:
Ivan Diaz 2016-11-05 16:56:33 +00:00
parent cc1b5785fa
commit faf2544d1d
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class InitSettingsController extends Controller {
'name' => 'Emilia Clarke',
'email' => 'staff@opensupports.com',
'password' => Hashing::hashPassword('staff'),
'profilePic' => 'http://i65.tinypic.com/9bep95.jpg',
'profilePic' => 'http://www.opensupports.com/profilepic.jpg',
'level' => 3,
'sharedDepartmentList' => Department::getAll(),
'sharedTicketList' => []