#!/usr/local/bin/php -d disable_functions="" render('branding'); $brandNameFlashMessage = ''; $brandLogoFlashMessage = ''; $brand = new Branding(); $params = getPOSTValues(); if(!empty($params['newName'])){ $response = $brand->setBrandName($params['newName']); if($response['status']=='success'){ $brandNameFlashMessage = '
Setup new branding: