Welcome Guest, Not a member yet? Register   Sign In
CI + YATS Library Question
#1

[eluser]vbnullchar[/eluser]
im using YATS as template library and it reveals the full url of my css, images and links etc.. dont you think this is a security issue?

heres my source code..
Code:
<title><?=property("app_title")." - ".$pageTitle ?></title>
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    <meta name="description" content="<?=property("app_description") ?>" />
    <meta name="keywords" content="<?=property("app_keywords") ?>" />
    <meta name="Author" content="<?=property("app_author") ?>" />
    <meta name="Robots" content="index,follow" />    
    <?= style('style.css')?>

    <?= script('mootools.js') ?>

this is the generated html codes..
Code:
<title>iPortal - Overtimes</title>
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    <meta name="description" content="iPortal" />
    <meta name="keywords" content="overtimes" />
    <meta name="Author" content="Yoshi Labarda" />
    <meta name="Robots" content="index,follow" />    
    <link rel="stylesheet" href="http://localhost/mice/assets/default/css/style.css" type="text/css" media="all" />

    
        <link rel="stylesheet" href="http://localhost/mice/assets/default/css/pagination.css" type="text/css" media="all" />
        
        
    <link rel="stylesheet" href="http://localhost/mice/assets/default/css/calendar.css" type="text/css" media="all" />


Messages In This Thread
CI + YATS Library Question - by El Forum - 12-10-2007, 10:03 PM
CI + YATS Library Question - by El Forum - 12-10-2007, 10:30 PM
CI + YATS Library Question - by El Forum - 12-11-2007, 02:53 AM
CI + YATS Library Question - by El Forum - 12-11-2007, 03:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB