summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-04-21 16:16:50 +0000
committerAndrew Dolgov <[email protected]>2024-04-21 16:16:50 +0000
commitd832907125a7711397da8ade5cfb51082d802542 (patch)
tree313c14e170232b057746857cc4076cad4a474ab8 /update.php
parentb1e3d660e41bcb9576ec6ea58727dca4366708b5 (diff)
parent16b89cc293f8ac8c9d0c87aa52684b9cbcb3b3a2 (diff)
Merge branch 'feature/composer-autoload-functions' into 'master'
Move common 'include/functions.php' require into Composer autoloader. See merge request tt-rss/tt-rss!28
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php1
1 files changed, 0 insertions, 1 deletions
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") {