Skip to content

Commit 4eadac6

Browse files
authored
Merge pull request #3 from pbunluesin/patch-2
Update log.inc.php
2 parents a4b8b0b + 6d52864 commit 4eadac6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

log.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
/* ⣠⣾⣿ Simple PHP log class PHP 4.3 and > ⣿⣷⣄ */
33
class log {
4+
var $fh;
45
protected $options = array(
56
// e.g. '/path/to/logfile' OR use '.' = logfile life in same directory
67
'path' => '.',

0 commit comments

Comments
 (0)