Skip to content

Commit

Permalink
Forgot one small cosmetic change.
Browse files Browse the repository at this point in the history
  • Loading branch information
SCP002 committed Feb 12, 2018
1 parent 49b39f6 commit d330e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/Debugger.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static function debug($message, $timestamp = false)
echo "<script>window.console.log(\"$message\");</script>";
}

public static function debugToFile($message, $fileName = "php-debug.log", $timestamp = false, $append = true)
public static function debugToFile($message, $fileName = "./php-debug.log", $timestamp = false, $append = true)
{
$message = print_r($message, true) . PHP_EOL;
$flags = null;
Expand Down

0 comments on commit d330e4a

Please sign in to comment.