We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfe2df commit c9b5980Copy full SHA for c9b5980
mdcountdata.php
@@ -130,8 +130,6 @@ function idsort($sort, $out) {
130
// path + counter file
131
$cntfile = LOG_FOLDER . $counter;
132
133
- $data = new stdClass();
134
- $data->ldata = new logdata();
135
if(file_exists($cntfile)) {
136
$filecnt = fopen($cntfile,'r');
137
// get 128 characters, it's unlikely that counter
0 commit comments