Update csrftoken.class.php

This commit is contained in:
iAmShorty 2014-05-10 02:23:46 +02:00
parent 38d0105f1f
commit 56d6f6b6e8

View File

@ -82,7 +82,7 @@ class CSRFToken Extends Base {
* @return string HTML image with description
*/
public static function getDescriptionImageHTML($dowhat="try") {
$string = "<img src='site_assets/mpos/images/questionmark.png' ";
$string = "<img src='site_assets/bootstrap/images/questionmark.png' ";
$string.= "title='Tokens are used to help us mitigate attacks; Simply ";
$string.= htmlentities(strip_tags($dowhat));
$string.= " again to continue' width='20px' height='20px'>";
@ -104,4 +104,4 @@ $csrftoken->setUser($user);
$csrftoken->setToken($oToken);
$csrftoken->setConfig($config);
$csrftoken->setErrorCodes($aErrorCodes);
?>
?>