From ce523ae7482b66c8f4cd207cb136214c6c1bf6bc Mon Sep 17 00:00:00 2001 From: Christoffer Date: Wed, 19 Dec 2018 12:22:24 +0000 Subject: [PATCH] lib: move {functions,define}.php int lib/ --- _define.php => lib/define.php | 0 _functions.php => lib/functions.php | 0 rfc8416.php | 4 ++-- roagen.php | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename _define.php => lib/define.php (100%) rename _functions.php => lib/functions.php (100%) diff --git a/_define.php b/lib/define.php similarity index 100% rename from _define.php rename to lib/define.php diff --git a/_functions.php b/lib/functions.php similarity index 100% rename from _functions.php rename to lib/functions.php diff --git a/rfc8416.php b/rfc8416.php index d2d2d1c..7738bc2 100755 --- a/rfc8416.php +++ b/rfc8416.php @@ -1,8 +1,8 @@