Skip to content

Commit

Permalink
prevent bad links
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Sep 19, 2012
1 parent f06fd8d commit 513f257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/sites/pics.php
Expand Up @@ -16,7 +16,7 @@
$puri='pics/'.$station.'/'.$station.'_'.$dir.'.jpg'; $puri='pics/'.$station.'/'.$station.'_'.$dir.'.jpg';
} }
if (! file_exists($filename)){ if (! file_exists($filename)){
$filename = sprintf('%s/images/nophoto.png', $rooturl); $puri = sprintf('%s/images/nophoto.png', $rooturl);
} }


$THISPAGE = "iem-sites"; $THISPAGE = "iem-sites";
Expand Down

0 comments on commit 513f257

Please sign in to comment.