From 16b89cc293f8ac8c9d0c87aa52684b9cbcb3b3a2 Mon Sep 17 00:00:00 2001 From: wn_ Date: Sat, 20 Apr 2024 16:25:18 +0000 Subject: Move 'include/functions.php' require into Composer autoloader. Autoloader regenerated with 'composer dump-autoload --optimize'. --- update.php | 1 - 1 file changed, 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 442ec857a..ba31544f0 100755 --- a/update.php +++ b/update.php @@ -8,7 +8,6 @@ chdir(__DIR__); require_once "autoload.php"; - require_once "functions.php"; if (php_sapi_name() != "cli") { -- cgit v1.2.3