Skip to content

Commit

Permalink
Fixed fonts path
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2551 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
David Olivier committed Mar 11, 2007
1 parent e8f6a41 commit 114e2af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions verification.php
Expand Up @@ -43,12 +43,12 @@
$font_rand = rand(1,3);
if ($font_rand == 1)
{
$font = "../fonts/verabd.ttf";
$font = "fonts/verabd.ttf";
} else if ($font_rand == 2) {
$font = "../fonts/vera.ttf";
$font = "fonts/vera.ttf";
} else if ($font_rand == 3)
{
$font = "../fonts/verait.ttf";
$font = "fonts/verait.ttf";
}

$line_rand = rand(1,3);
Expand Down

0 comments on commit 114e2af

Please sign in to comment.