Your IP : 216.73.216.40


Current Path : /var/www/html/ajay/phpwebsite-1.8.x/javascript/alert/
Upload File :
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';
}

?>