From 9a78818a0d6bc033827d95b8bbca275c58fddfc8 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 2 Nov 2023 20:07:48 +0100 Subject: [PATCH] v3 lib --- autoload.inc | 4 ++-- docu_bootstrap.php => docu_bootstrap3.php | 2 +- lib_bootstrap.php => lib_bootstrap3.php | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) rename docu_bootstrap.php => docu_bootstrap3.php (94%) rename lib_bootstrap.php => lib_bootstrap3.php (55%) diff --git a/autoload.inc b/autoload.inc index c10243d..8af7d4d 100644 --- a/autoload.inc +++ b/autoload.inc @@ -1,4 +1,4 @@ 'bootstrap', 'inpath' => new \SYSTEM\PLIB('bootstrap/'), diff --git a/lib_bootstrap.php b/lib_bootstrap3.php similarity index 55% rename from lib_bootstrap.php rename to lib_bootstrap3.php index d71cc14..b9a4aef 100644 --- a/lib_bootstrap.php +++ b/lib_bootstrap3.php @@ -1,12 +1,12 @@