composer 사용으로 날려먹은 util 단축을 살림.

This commit is contained in:
2018-01-29 21:55:38 +09:00
parent a78d93f282
commit 20593b0e44
14 changed files with 36 additions and 5 deletions
+2
View File
@@ -1,6 +1,8 @@
<?php
require(__dir__.'/../vendor/autoload.php');
use utilphp\util as util;
function getHistory($count, $year, $month, $isFirst=0) {
$fp = @fopen("logs/_history.txt", "r");
@fseek($fp, -$count*300, SEEK_END);