| Current Path : /var/www/html/ajay/phpwebsite-1.8.x/javascript/alert/ |
| Current File : /var/www/html/ajay/phpwebsite-1.8.x/javascript/alert/default.php |
<?php
if (!strstr("\'", $data['content'])) {
$data['content'] = str_replace("'", "\'", $data['content']);
}
$data['content'] = strip_tags($data['content']);
if (empty($data['label'])) {
$headfile = PHPWS_SOURCE_DIR . 'javascript/alert/head2.js';
}
?>