login.json.phtml #1

  • //
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • application/
  • user/
  • views/
  • scripts/
  • index/
  • login.json.phtml
  • View
  • Commits
  • Open Download .zip Download (152 B)
<?
// assemble json response
$response         = array();
$response['form'] = $this->render('index/login.partial.phtml');

print $this->json($response);
# Change User Description Committed
#1 16170 perforce_software Move Chronicle files to follow new path scheme for branching.
//guest/perforce_software/chronicle/application/user/views/scripts/index/login.json.phtml
#1 8972 Matt Attaway Initial add of the Chronicle source code