mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
Whopsy, fix path :)
This commit is contained in:
@@ -73,7 +73,7 @@ if (isset($shortname) && $shortname) {
|
||||
$jsfiles = array('ext/modernizr.js');
|
||||
foreach ($jsfiles as $filename) {
|
||||
$path = dirname(dirname(__FILE__)).'/js/'.$filename;
|
||||
echo '<script type="text/javascript" src="cached.php?f=/js/'.$filename.'&t='.@filemtime($path).'"></script>';
|
||||
echo '<script type="text/javascript" src="/cached.php?f=/js/'.$filename.'&t='.@filemtime($path).'"></script>';
|
||||
}
|
||||
?>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user