~automne-team/automne/trunk

« back to all changes in this revision

Viewing changes to automne/admin/login.php

  • Committer: sebastien-pauchet
  • Date: 2011-05-04 10:30:22 UTC
  • mfrom: (363.1.73 4.1)
  • Revision ID: seb@automne-cms.org-20110504103022-7q4av82qezyv6vg0
Merge 4.1.3 stable version

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
}
120
120
 
121
121
//Send Login form window
122
 
$applicationLabel = addcslashes(APPLICATION_LABEL, "'");
 
122
$applicationLabel = io::htmlspecialchars(APPLICATION_LABEL);
123
123
$loginURL = PATH_ADMIN_WR.'/login-form.php?_ts='.time();
124
124
$rootPath = PATH_REALROOT_WR;
125
125
$jscontent =