From f773608d73b975a878336f3fbc4e932516aec1e4 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 10 Apr 2025 04:52:16 +0300 Subject: An equivalent to PHP's include_once function --- lib/_ak_log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/_ak_log') diff --git a/lib/_ak_log b/lib/_ak_log index b547c4d..f713d3f 100755 --- a/lib/_ak_log +++ b/lib/_ak_log @@ -18,7 +18,7 @@ ### along with this program. If not, see . ### -source $AK_LIBDIR/_ak_utils 2>/dev/null || source ./lib/_ak_utils 2>/dev/null +source $AK_LIBDIR/_ak_datetime 2>/dev/null || source ./lib/_ak_datetime 2>/dev/null export AK_LOGSDIR="$AK_WORKDIR/logs" export AK_LOGSFILE="$AK_LOGSDIR/log" -- cgit v1.2.3