We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4b8b0b + 6d52864 commit 4eadac6Copy full SHA for 4eadac6
log.inc.php
@@ -1,6 +1,7 @@
1
<?php
2
/* ⣠⣾⣿ Simple PHP log class PHP 4.3 and > ⣿⣷⣄ */
3
class log {
4
+ var $fh;
5
protected $options = array(
6
// e.g. '/path/to/logfile' OR use '.' = logfile life in same directory
7
'path' => '.',
0 commit comments