XSS prevention for Radio Page

This commit is contained in:
Albert Santoni 2015-06-12 13:11:28 -04:00
parent 53b67d0826
commit abc81a92b4
2 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: asantoni
* Date: 12/06/15
* Time: 12:24 PM
*/
class SecurityHelper {
}

View File

@ -15,8 +15,8 @@
<div id="tab-2" class="about_us tab_content">
<h1><?php echo $this->stationName ?></h1>
<p><?php echo $this->stationDescription ?></p>
<h1><?php echo $this->escape($this->stationName) ?></h1>
<p><?php echo $this->escape($this->stationDescription) ?></p>
</div>
<div id="tab-3" class="login tab_content">