Skip to content

Commit

Permalink
Update boot.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenglish7 authored Feb 4, 2018
1 parent 4651545 commit 6f2f678
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,3 @@ function convertfso($data)
{
return htmlspecialchars((string) $data, ENT_QUOTES, 'UTF-8');
}

/**
* Convert data for string output.
*
* @param string $data The data to convert.
*
* @return string The converted data.
*/
function convertfso($data)
{
return htmlspecialchars((string) $data, ENT_QUOTES, 'UTF-8');
}

0 comments on commit 6f2f678

Please sign in to comment.